diff options
| author | Richard M. Stallman | 1994-03-25 18:34:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-25 18:34:05 +0000 |
| commit | 6f5e9c436cd72386597be0bc5b11dfc4b78f6b6e (patch) | |
| tree | 6da9e37566a8f7ef4663a2c0634d5d11af886a19 /lib-src | |
| parent | 0e0de659c7e7a38224ea44b7ab8310d727a8b190 (diff) | |
| download | emacs-6f5e9c436cd72386597be0bc5b11dfc4b78f6b6e.tar.gz emacs-6f5e9c436cd72386597be0bc5b11dfc4b78f6b6e.zip | |
(etags, ctags): Pass -D for VERSION.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 4 |
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 | ||
| 191 | etags: ${srcdir}/etags.c $(GETOPTDEPS) ../src/config.h | 191 | etags: ${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. |
| 196 | ctags: ${srcdir}/etags.c $(GETOPTDEPS) etags | 196 | ctags: ${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 | ||
| 199 | wakeup: ${srcdir}/wakeup.c | 199 | wakeup: ${srcdir}/wakeup.c |
| 200 | $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup | 200 | $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup |