1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

lib-src/makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME.

Already defined in ETAGS_CFLAGS.
This commit is contained in:
Juanma Barranquero 2012-07-01 01:01:52 +02:00
parent 2e4c531287
commit b95b72547b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-06-30 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME;
already defined in ETAGS_CFLAGS.
2012-06-27 Glenn Morris <rgm@gnu.org>
* makefile.w32-in (lisp2): Remove paths.el.

View File

@ -106,7 +106,7 @@ ctags.c: etags.c
- $(DEL) ctags.c
$(CP) etags.c ctags.c
CTAGS_CFLAGS = -DCTAGS $(ETAGS_CFLAGS) -DEMACS_NAME="\"GNU Emacs\""
CTAGS_CFLAGS = -DCTAGS $(ETAGS_CFLAGS)
$(BLD)/ctags.$(O): ctags.c
$(CC) $(CFLAGS) $(CTAGS_CFLAGS) $(CC_OUT)$@ ctags.c