* Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine
authorJim Blandy <jimb@redhat.com>
Fri, 28 May 1993 03:33:15 +0000 (03:33 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 28 May 1993 03:33:15 +0000 (03:33 +0000)
description files can find their ancestors.

lib-src/Makefile.in

index 6c4b35b..6740ab8 100644 (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} $<