Make "etags --version" on Windows produce the same as on Posix platforms.
makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add ``-DEMACS_NAME="\"GNU Emacs\""''.
This commit is contained in:
parent
bc35ff325b
commit
d9f1f55ed7
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2011-02-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (ETAGS_CFLAGS, CTAGS_CFLAGS): Add
|
||||
``-DEMACS_NAME="\"GNU Emacs\""''.
|
||||
|
||||
2011-01-31 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (VERSION): Don't define, defined on nt/config.nt.
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ $(BLD)/regex.$(O): ../src/regex.c ../src/regex.h ../src/config.h
|
|||
$(CC) $(CFLAGS) -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
|
||||
../src/regex.c $(CC_OUT)$@
|
||||
|
||||
ETAGS_CFLAGS = -DHAVE_GETCWD
|
||||
ETAGS_CFLAGS = -DHAVE_GETCWD -DEMACS_NAME="\"GNU Emacs\""
|
||||
$(BLD)/etags.$(O): etags.c
|
||||
$(CC) $(CFLAGS) $(ETAGS_CFLAGS) $(CC_OUT)$@ etags.c
|
||||
|
||||
|
|
@ -114,7 +114,7 @@ ctags.c: etags.c
|
|||
- $(DEL) ctags.c
|
||||
$(CP) etags.c ctags.c
|
||||
|
||||
CTAGS_CFLAGS = -DCTAGS $(ETAGS_CFLAGS)
|
||||
CTAGS_CFLAGS = -DCTAGS $(ETAGS_CFLAGS) -DEMACS_NAME="\"GNU Emacs\""
|
||||
$(BLD)/ctags.$(O): ctags.c
|
||||
$(CC) $(CFLAGS) $(CTAGS_CFLAGS) $(CC_OUT)$@ ctags.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue