diff options
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 |