diff options
| author | Jim Blandy | 1993-04-10 06:16:34 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-04-10 06:16:34 +0000 |
| commit | 51509df90c0966121bb8dafdb29de6721f9ff01b (patch) | |
| tree | c2181e2cec5b82cca4d832ed47f66c471c1b2987 /lib-src/Makefile.in | |
| parent | d1b985ec39dc2a7e04b376b41bc717ee95244522 (diff) | |
| download | emacs-51509df90c0966121bb8dafdb29de6721f9ff01b.tar.gz emacs-51509df90c0966121bb8dafdb29de6721f9ff01b.zip | |
* Makefile.in (DEFS): Renamed from CONFIG_CFLAGS.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 73a80f281c1..85c7207159d 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -15,7 +15,7 @@ SHELL = /bin/sh | |||
| 15 | # ==================== Things `configure' might edit ==================== | 15 | # ==================== Things `configure' might edit ==================== |
| 16 | 16 | ||
| 17 | CC=cc | 17 | CC=cc |
| 18 | CONFIG_CFLAGS=-g | 18 | DEFS=-g |
| 19 | C_SWITCH_SYSTEM= | 19 | C_SWITCH_SYSTEM= |
| 20 | LOADLIBES= | 20 | LOADLIBES= |
| 21 | version=version-not-set | 21 | version=version-not-set |
| @@ -100,7 +100,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ | |||
| 100 | ### Some other files - those shared with other GNU utilities - need | 100 | ### Some other files - those shared with other GNU utilities - need |
| 101 | ### HAVE_CONFIG_H #defined before they know they can take advantage of | 101 | ### HAVE_CONFIG_H #defined before they know they can take advantage of |
| 102 | ### the information in ../src/config.h. | 102 | ### the information in ../src/config.h. |
| 103 | CFLAGS=${CONFIG_CFLAGS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src | 103 | CFLAGS=${DEFS} ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src |
| 104 | 104 | ||
| 105 | all: ${EXECUTABLES} | 105 | all: ${EXECUTABLES} |
| 106 | 106 | ||