Mercurial > emacs
diff lib-src/Makefile.in @ 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 | a0505f85e69d |
| children | c73cb6a77a61 |
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}
