From b95b72547b5a2c5e4e294e9e703d3a85928f58f4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 1 Jul 2012 01:01:52 +0200 Subject: [PATCH] lib-src/makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME. Already defined in ETAGS_CFLAGS. --- lib-src/ChangeLog | 5 +++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5659c25801..775a39c67e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2012-06-30 Juanma Barranquero + + * makefile.w32-in (CTAGS_CFLAGS): Remove EMACS_NAME; + already defined in ETAGS_CFLAGS. + 2012-06-27 Glenn Morris * makefile.w32-in (lisp2): Remove paths.el. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 87acc85c27..854cda371e 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -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 -- 2.20.1