mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-10 23:43:44 +00:00
Formerly compatMakefile.~56~
This commit is contained in:
parent
4d36cfe6a3
commit
f48fcf5f45
1 changed files with 3 additions and 3 deletions
|
@ -24,8 +24,8 @@ VPATH = $(srcdir)
|
||||||
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
|
|
||||||
CFLAGS = -g
|
CFLAGS = @CFLAGS@
|
||||||
LDFLAGS = -g
|
LDFLAGS = @LDFLAGS@
|
||||||
|
|
||||||
# Define these for your system as follows:
|
# Define these for your system as follows:
|
||||||
# -DNO_ARCHIVES To disable `ar' archive support.
|
# -DNO_ARCHIVES To disable `ar' archive support.
|
||||||
|
@ -207,7 +207,7 @@ config.h: config.status $(srcdir)/config.h.in
|
||||||
configure: configure.in
|
configure: configure.in
|
||||||
autoconf
|
autoconf
|
||||||
config.h.in: configure.in
|
config.h.in: configure.in
|
||||||
autohead
|
autoheader
|
||||||
|
|
||||||
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
Loading…
Reference in a new issue