summaryrefslogtreecommitdiffstats
path: root/c/make
diff options
context:
space:
mode:
Diffstat (limited to 'c/make')
-rw-r--r--c/make/ChangeLog4
-rw-r--r--c/make/target.cfg.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/make/ChangeLog b/c/make/ChangeLog
index 101734ce64..52569d8c88 100644
--- a/c/make/ChangeLog
+++ b/c/make/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * target.cfg.in: Comment out DEFS.
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/c/make/target.cfg.in b/c/make/target.cfg.in
index 4fa72f6ed8..df0a3c92fd 100644
--- a/c/make/target.cfg.in
+++ b/c/make/target.cfg.in
@@ -8,7 +8,7 @@ prefix = @prefix@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
-DEFS = @DEFS@
+# DEFS = @DEFS@
LDFLAGS =
LIBS = @LIBS@