diff options
| author | Jim Blandy | 1993-05-28 03:33:15 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-28 03:33:15 +0000 |
| commit | 4fa84f6b74459ccd883105806208bd3d42433341 (patch) | |
| tree | 45c88d8216f76721dec63f513cd93c2949a591ee /lib-src | |
| parent | 0871bc22df3bacccfb18900d30cf0c6ee468425b (diff) | |
| download | emacs-4fa84f6b74459ccd883105806208bd3d42433341.tar.gz emacs-4fa84f6b74459ccd883105806208bd3d42433341.zip | |
* Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
description files can find their ancestors.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 6c4b35bbfb5..6740ab8126c 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -104,7 +104,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ | |||
| 104 | ### HAVE_CONFIG_H #defined before they know they can take advantage of | 104 | ### HAVE_CONFIG_H #defined before they know they can take advantage of |
| 105 | ### the information in ../src/config.h. | 105 | ### the information in ../src/config.h. |
| 106 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ | 106 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ |
| 107 | -I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS} | 107 | -I${srcdir} -I${srcdir}/../src -I. -I../src ${CFLAGS} |
| 108 | .c.o: | 108 | .c.o: |
| 109 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< | 109 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< |
| 110 | 110 | ||