mirror of
https://github.com/mirror/make.git
synced 2025-02-07 02:00:16 +08:00
Formerly compatMakefile.~50~
This commit is contained in:
parent
9edb745a71
commit
93385de9ff
@ -22,6 +22,8 @@
|
|||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
VPATH = $(srcdir)
|
VPATH = $(srcdir)
|
||||||
|
|
||||||
|
, 1993CC = @CC@
|
||||||
|
|
||||||
CFLAGS = -g
|
CFLAGS = -g
|
||||||
LDFLAGS = -g
|
LDFLAGS = -g
|
||||||
|
|
||||||
@ -200,5 +202,8 @@ configure: configure.in
|
|||||||
config.h.in: configure.in
|
config.h.in: configure.in
|
||||||
autohead
|
autohead
|
||||||
|
|
||||||
|
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
||||||
|
.NOEXPORT:
|
||||||
|
|
||||||
# Automatically generated dependencies will be put at the end of the file.
|
# Automatically generated dependencies will be put at the end of the file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user