mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
lib-src/makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME.
Already defined in ETAGS_CFLAGS.
This commit is contained in:
parent
2e4c531287
commit
b95b72547b
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue