Mercurial > emacs
diff lib-src/Makefile.in @ 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 | 05268cd6e571 |
children | b25509c0993b |
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} $<