From 49c41bfd1a6b6c3de52f594d0d44d7b8783e4c6a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Sep 2000 12:51:37 +0000 Subject: 2000-09-12 Ralf Corsepius * target.cfg.in: Comment out DEFS. --- c/make/ChangeLog | 4 ++++ c/make/target.cfg.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * target.cfg.in: Comment out DEFS. + 2000-08-10 Joel Sherrill * 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@ -- cgit v1.2.3