summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-01-05 19:54:03 +0000
committerRoland McGrath <roland@redhat.com>1993-01-05 19:54:03 +0000
commit93385de9ff85f11df516e1fd10dffafe2ee256c1 (patch)
treef304c88f44ca975f3a8462bb5d9f14fabd1f7698
parent9edb745a717e3e14a9f1539edc85e5e7f1270c7a (diff)
downloadgunmake-93385de9ff85f11df516e1fd10dffafe2ee256c1.tar.gz
Formerly compatMakefile.~50~
-rw-r--r--compatMakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/compatMakefile b/compatMakefile
index c423476..03f9180 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -22,6 +22,8 @@
srcdir = @srcdir@
VPATH = $(srcdir)
+, 1993CC = @CC@
+
CFLAGS = -g
LDFLAGS = -g
@@ -200,5 +202,8 @@ configure: configure.in
config.h.in: configure.in
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.