# HG changeset patch # User Jim Blandy # Date 734422594 0 # Node ID caa2cade8190e01f3ca262a42532ef8760c62ad0 # Parent 3324570559818c8098d300b36e70acf3452a514c * Makefile.in (DEFS): Renamed from CONFIG_CFLAGS. diff -r 332457055981 -r caa2cade8190 lib-src/Makefile.in --- 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}