# HG changeset patch # User Jim Blandy # Date 738559995 0 # Node ID 5ffb8017f71c229491eef347469e81dbf7eb7c13 # Parent d4e38dec127d20b7084515475ad20498ab3cf6da * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine description files can find their ancestors. diff -r d4e38dec127d -r 5ffb8017f71c lib-src/Makefile.in --- a/lib-src/Makefile.in Fri May 28 03:24:51 1993 +0000 +++ b/lib-src/Makefile.in Fri May 28 03:33:15 1993 +0000 @@ -104,7 +104,7 @@ ### 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} $<