changeset 3194:5ffb8017f71c

* Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine description files can find their ancestors.
author Jim Blandy <jimb@redhat.com>
date Fri, 28 May 1993 03:33:15 +0000
parents d4e38dec127d
children 1071243e14c7
files lib-src/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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} $<