]> git.eshelyaron.com Git - emacs.git/commitdiff
(etags, ctags): Pass -D for VERSION.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Mar 1994 18:34:05 +0000 (18:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Mar 1994 18:34:05 +0000 (18:34 +0000)
lib-src/Makefile.in

index b732c91aa417154fd565f07192e54655d96ee874..73c099d1f344142bac94014ce7c2b20a09eb633a 100644 (file)
@@ -189,12 +189,12 @@ getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
        ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
 
 etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h
-       $(CC) ${ALL_CFLAGS} -DETAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags
+       $(CC) ${ALL_CFLAGS} -DVERSION=${version} ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags
 
 # We depend on etags to assure that parallel makes don't write two
 # etags.o files on top of each other.
 ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags
-       $(CC) ${ALL_CFLAGS} -DCTAGS ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags
+       $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION=${version} ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags
 
 wakeup: ${srcdir}/wakeup.c
        $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup