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@