From: Roland McGrath Date: Thu, 21 Jan 1993 23:50:44 +0000 (+0000) Subject: Formerly compatMakefile.~56~ X-Git-Tag: 3.70.2~424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48fcf5f45e5e35edc1cc26b5f57f2bb08b693ae;p=thirdparty%2Fmake.git Formerly compatMakefile.~56~ --- diff --git a/compatMakefile b/compatMakefile index cd902202..9ca118c9 100644 --- a/compatMakefile +++ b/compatMakefile @@ -24,8 +24,8 @@ VPATH = $(srcdir) CC = @CC@ -CFLAGS = -g -LDFLAGS = -g +CFLAGS = @CFLAGS@ +LDFLAGS = @LDFLAGS@ # Define these for your system as follows: # -DNO_ARCHIVES To disable `ar' archive support. @@ -207,7 +207,7 @@ config.h: config.status $(srcdir)/config.h.in configure: configure.in autoconf config.h.in: configure.in - autohead + autoheader # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: