summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-21 23:50:44 +0000
committerRoland McGrath <roland@redhat.com>1993-01-21 23:50:44 +0000
commitf48fcf5f45e5e35edc1cc26b5f57f2bb08b693ae (patch)
tree9ed48938c8845fde600dfe690ba365e73d9293ce /compatMakefile
parent4d36cfe6a35b3f48e4b91f7884bd773473ec8235 (diff)
downloadgunmake-f48fcf5f45e5e35edc1cc26b5f57f2bb08b693ae.tar.gz
Formerly compatMakefile.~56~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/compatMakefile b/compatMakefile
index cd90220..9ca118c 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: