1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

* Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine

description files can find their ancestors.
This commit is contained in:
Jim Blandy 1993-05-28 03:33:15 +00:00
parent 0871bc22df
commit 4fa84f6b74

View File

@ -104,7 +104,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
### HAVE_CONFIG_H #defined before they know they can take advantage of
### the information in ../src/config.h.
ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \
-I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS}
-I${srcdir} -I${srcdir}/../src -I. -I../src ${CFLAGS}
.c.o:
${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<