changeset 3190:05268cd6e571

(ALL_CFLAGS): Add -I../src
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 May 1993 01:19:17 +0000
parents 77efda0d2b31
children d96fd9315996
files lib-src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/Makefile.in	Fri May 28 00:58:08 1993 +0000
+++ b/lib-src/Makefile.in	Fri May 28 01:19:17 1993 +0000
@@ -103,7 +103,8 @@
 ### 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} $<