Mercurial > emacs
changeset 8212:a8ed7164a837
(ALLOCA_CFLAGS): New variable.
(alloca.o): New target.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 12 Jul 1994 01:18:53 +0000 |
parents | 08fb5e917205 |
children | 53a82f01e723 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Tue Jul 12 01:06:27 1994 +0000 +++ b/lib-src/Makefile.in Tue Jul 12 01:18:53 1994 +0000 @@ -152,6 +152,8 @@ -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS} CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} +ALLOCA_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \ + -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} /* This is the default compilation command. But we should never rely on it, because some make version @@ -257,6 +259,8 @@ ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c +alloca.o: ${srcdir}/alloca.c + ${CC} -c ${ALLOCA_CFLAGS} ${srcdir}/alloca.c etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags