diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index a1a79c255cd..eae3e5537dc 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -103,7 +103,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ | |||
| 103 | ### Some other files - those shared with other GNU utilities - need | 103 | ### Some other files - those shared with other GNU utilities - need |
| 104 | ### HAVE_CONFIG_H #defined before they know they can take advantage of | 104 | ### HAVE_CONFIG_H #defined before they know they can take advantage of |
| 105 | ### the information in ../src/config.h. | 105 | ### the information in ../src/config.h. |
| 106 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I${srcdir}/../src ${CFLAGS} | 106 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I${srcdir} -I${srcdir}/../src ${CFLAGS} |
| 107 | .c.o: | 107 | .c.o: |
| 108 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< | 108 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< |
| 109 | 109 | ||
| @@ -187,8 +187,8 @@ test-distrib: ${srcdir}/test-distrib.c | |||
| 187 | 187 | ||
| 188 | GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) | 188 | GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) |
| 189 | GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h | 189 | GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h |
| 190 | getopt.o: getopt.c getopt.h | 190 | getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h |
| 191 | getopt1.o: getopt1.c getopt.h | 191 | getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h |
| 192 | 192 | ||
| 193 | etags: ${srcdir}/etags.c $(GETOPTDEPS) | 193 | etags: ${srcdir}/etags.c $(GETOPTDEPS) |
| 194 | $(CC) ${ALL_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags | 194 | $(CC) ${ALL_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags |