aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJim Blandy1993-05-28 03:33:15 +0000
committerJim Blandy1993-05-28 03:33:15 +0000
commit4fa84f6b74459ccd883105806208bd3d42433341 (patch)
tree45c88d8216f76721dec63f513cd93c2949a591ee /lib-src
parent0871bc22df3bacccfb18900d30cf0c6ee468425b (diff)
downloademacs-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.in2
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.
106ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ 106ALL_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