Mercurial > emacs
changeset 4803:ce4372eaa443
(ALL_CFLAGS): Make sure `.' is searched before `${srcdir}'.
author | Brian Fox <bfox@gnu.org> |
---|---|
date | Thu, 30 Sep 1993 23:36:54 +0000 |
parents | 5a3769d017ca |
children | 810826b6e19a |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu Sep 30 23:25:30 1993 +0000 +++ b/src/Makefile.in Thu Sep 30 23:36:54 1993 +0000 @@ -228,7 +228,7 @@ CFLAGS=-g /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM since it may have -I options that should override those two. */ -ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I${srcdir} -I. C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS} +ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAG) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SITE C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS} .c.o: $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<