From 59aacecbf2066b917de5bf57d8296b4832d9f205 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Mon, 2 Jun 1997 09:02:13 +0000 Subject: [PATCH] Also remove -DETAGS_REGEXPS from the target ctags: --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index c99e5c961ac..044b8d93e5c 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -351,7 +351,7 @@ etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h /* We depend on etags to assure that parallel makes don't write two etags.o files on top of each other. */ ctags: etags - $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags + $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags profile: ${srcdir}/profile.c $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile -- 2.39.5