From 4fa84f6b74459ccd883105806208bd3d42433341 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 28 May 1993 03:33:15 +0000 Subject: [PATCH] * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine description files can find their ancestors. --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ ### 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} $<