diff options
| author | Richard M. Stallman | 1994-07-12 01:18:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-12 01:18:53 +0000 |
| commit | 20cda85bbee25f4f1a65be480c88fb63ebae913d (patch) | |
| tree | 29ef18943828f6f71e165d2e446892aa8bf49e18 /lib-src | |
| parent | f9269e194ce9107d01939a96e39f3e89a15d3815 (diff) | |
| download | emacs-20cda85bbee25f4f1a65be480c88fb63ebae913d.tar.gz emacs-20cda85bbee25f4f1a65be480c88fb63ebae913d.zip | |
(ALLOCA_CFLAGS): New variable.
(alloca.o): New target.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index e060130e0ea..dda27528ef2 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -152,6 +152,8 @@ LINK_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ | |||
| 152 | -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS} | 152 | -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS} |
| 153 | CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ | 153 | CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -Demacs -DHAVE_CONFIG_H \ |
| 154 | -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} | 154 | -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} |
| 155 | ALLOCA_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \ | ||
| 156 | -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS} | ||
| 155 | 157 | ||
| 156 | /* This is the default compilation command. | 158 | /* This is the default compilation command. |
| 157 | But we should never rely on it, because some make version | 159 | But we should never rely on it, because some make version |
| @@ -257,6 +259,8 @@ getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h | |||
| 257 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c | 259 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c |
| 258 | getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h | 260 | getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h |
| 259 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c | 261 | ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c |
| 262 | alloca.o: ${srcdir}/alloca.c | ||
| 263 | ${CC} -c ${ALLOCA_CFLAGS} ${srcdir}/alloca.c | ||
| 260 | 264 | ||
| 261 | etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h | 265 | etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h |
| 262 | $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags | 266 | $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags |