(ALL_CFLAGS): Add -I../src
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 May 1993 01:19:17 +0000 (01:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 May 1993 01:19:17 +0000 (01:19 +0000)
lib-src/Makefile.in

index bf9b3e2..6c4b35b 100644 (file)
@@ -103,7 +103,8 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
 ### Some other files - those shared with other GNU utilities - need
 ### 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 ${CFLAGS}
+ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \
+   -I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS}
 .c.o:
        ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<