Mercurial > emacs
changeset 3160:ce5dcfc00c34
* Makefile.in (ALL_CFLAGS): Include -I${srcdir}.
(getopt.o, getopt1.c): Use ${srcdir} as appropriate.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 27 May 1993 02:54:03 +0000 |
parents | f877f11c8f20 |
children | 2965c226e5ed |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Thu May 27 02:46:57 1993 +0000 +++ b/lib-src/Makefile.in Thu May 27 02:54:03 1993 +0000 @@ -103,7 +103,7 @@ ### 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}/../src ${CFLAGS} +ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I${srcdir} -I${srcdir}/../src ${CFLAGS} .c.o: ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< @@ -187,8 +187,8 @@ GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h -getopt.o: getopt.c getopt.h -getopt1.o: getopt1.c getopt.h +getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h +getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h etags: ${srcdir}/etags.c $(GETOPTDEPS) $(CC) ${ALL_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags