Skip to content

Commit

Permalink
crt: Regenerate Makefile.
Browse files Browse the repository at this point in the history
Signed-off-by: Liu Hao <[email protected]>
  • Loading branch information
lhmouse committed Apr 17, 2019
1 parent f657fb2 commit d1983de
Show file tree
Hide file tree
Showing 9 changed files with 442 additions and 455 deletions.
2 changes: 2 additions & 0 deletions mingw-w64-crt/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -74980,6 +74980,7 @@ _libm_dummy.c:
%/libmincore.a: lib-common/mincore.mri \
%/libapi-ms-win-core-com-l1-1-1.a \
%/libapi-ms-win-core-com-midlproxystub-l1-1-0.a \
%/libapi-ms-win-core-console-l1-1-0.a \
%/libapi-ms-win-core-datetime-l1-1-1.a \
%/libapi-ms-win-core-datetime-l1-1-2.a \
%/libapi-ms-win-core-debug-l1-1-1.a \
Expand Down Expand Up @@ -75074,6 +75075,7 @@ _libm_dummy.c:
%/libapi-ms-win-core-com-l1-1-1.a \
%/libapi-ms-win-core-com-l2-1-1.a \
%/libapi-ms-win-core-com-midlproxystub-l1-1-0.a \
%/libapi-ms-win-core-console-l1-1-0.a \
%/libapi-ms-win-core-datetime-l1-1-1.a \
%/libapi-ms-win-core-datetime-l1-1-2.a \
%/libapi-ms-win-core-debug-l1-1-1.a \
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-crt/build-aux/ar-lib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
me=ar-lib
scriptversion=2012-03-01.08; # UTC

# Copyright (C) 2010-2017 Free Software Foundation, Inc.
# Copyright (C) 2010-2018 Free Software Foundation, Inc.
# Written by Peter Rosin <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
Expand All @@ -18,7 +18,7 @@ scriptversion=2012-03-01.08; # UTC
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
Expand Down
8 changes: 4 additions & 4 deletions mingw-w64-crt/build-aux/compile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /bin/sh
# Wrapper for compilers which do not understand '-c -o'.

scriptversion=2016-01-11.22; # UTC
scriptversion=2018-03-07.03; # UTC

# Copyright (C) 1999-2017 Free Software Foundation, Inc.
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
# Written by Tom Tromey <[email protected]>.
#
# This program is free software; you can redistribute it and/or modify
Expand All @@ -17,7 +17,7 @@ scriptversion=2016-01-11.22; # UTC
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <https://www.gnu.org/licenses/>.

# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
Expand Down Expand Up @@ -340,7 +340,7 @@ exit $ret
# Local Variables:
# mode: shell-script
# sh-indentation: 2
# eval: (add-hook 'write-file-hooks 'time-stamp)
# eval: (add-hook 'before-save-hook 'time-stamp)
# time-stamp-start: "scriptversion="
# time-stamp-format: "%:y-%02m-%02d.%02H"
# time-stamp-time-zone: "UTC0"
Expand Down
Loading

0 comments on commit d1983de

Please sign in to comment.