aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-04-23 07:19:07 +0000
committerRichard M. Stallman1994-04-23 07:19:07 +0000
commit9076a6fce111172999ad585a6fdf386d6ffd17eb (patch)
tree9c59e0fbac313e163c4ce315ee64a017e83f2b74 /lib-src
parentcc58274337b56474537c73a1b1b7b791af593342 (diff)
downloademacs-9076a6fce111172999ad585a6fdf386d6ffd17eb.tar.gz
emacs-9076a6fce111172999ad585a6fdf386d6ffd17eb.zip
(etags, ctags): Make VERSION a string constant.
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 357670ae224..6c9abec7947 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -238,12 +238,12 @@ getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
238 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c 238 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
239 239
240etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h 240etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h
241 $(CC) ${ALL_CFLAGS} -DVERSION=${version} ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags 241 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o etags
242 242
243/* We depend on etags to assure that parallel makes don't write two 243/* We depend on etags to assure that parallel makes don't write two
244 etags.o files on top of each other. */ 244 etags.o files on top of each other. */
245ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags 245ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags
246 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION=${version} ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags 246 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags
247 247
248wakeup: ${srcdir}/wakeup.c 248wakeup: ${srcdir}/wakeup.c
249 $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup 249 $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup