aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index b732c91aa41..73c099d1f34 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -189,12 +189,12 @@ getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
189 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c 189 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
190 190
191etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h 191etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h
192 $(CC) ${ALL_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags 192 $(CC) ${ALL_CFLAGS} -DVERSION=${version} ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags
193 193
194# We depend on etags to assure that parallel makes don't write two 194# We depend on etags to assure that parallel makes don't write two
195# etags.o files on top of each other. 195# etags.o files on top of each other.
196ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags 196ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags
197 $(CC) ${ALL_CFLAGS} -DCTAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags 197 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION=${version} ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags
198 198
199wakeup: ${srcdir}/wakeup.c 199wakeup: ${srcdir}/wakeup.c
200 $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup 200 $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup