diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index bb8852b6b25..c99e5c961ac 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -346,7 +346,7 @@ regex.o: ../src/regex.c ../src/regex.h ../src/config.h | |||
| 346 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c | 346 | ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c |
| 347 | 347 | ||
| 348 | etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h | 348 | etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h |
| 349 | $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags | 349 | $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags |
| 350 | 350 | ||
| 351 | /* We depend on etags to assure that parallel makes don't write two | 351 | /* We depend on etags to assure that parallel makes don't write two |
| 352 | etags.o files on top of each other. */ | 352 | etags.o files on top of each other. */ |