Formerly compatMakefile.~56~
authorRoland McGrath <roland@redhat.com>
Thu, 21 Jan 1993 23:50:44 +0000 (23:50 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 21 Jan 1993 23:50:44 +0000 (23:50 +0000)
compatMakefile

index cd90220..9ca118c 100644 (file)
@@ -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: