changeset 2501:caa2cade8190

* Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
author Jim Blandy <jimb@redhat.com>
date Sat, 10 Apr 1993 06:16:34 +0000
parents 332457055981
children 190371d9bc2e
files lib-src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Sat Apr 10 06:04:53 1993 +0000
+++ b/lib-src/Makefile.in	Sat Apr 10 06:16:34 1993 +0000
@@ -15,7 +15,7 @@
 # ==================== Things `configure' might edit ====================
 
 CC=cc
-CONFIG_CFLAGS=-g
+DEFS=-g
 C_SWITCH_SYSTEM=
 LOADLIBES=
 version=version-not-set
@@ -100,7 +100,7 @@
 ### Some other files - those shared with other GNU utilities - need
 ### HAVE_CONFIG_H #defined before they know they can take advantage of
 ### the information in ../src/config.h.
-CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src
+CFLAGS=${DEFS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src
 
 all: ${EXECUTABLES}