Also remove -DETAGS_REGEXPS from the target ctags:
authorFrancesco Potortì <pot@gnu.org>
Mon, 2 Jun 1997 09:02:13 +0000 (09:02 +0000)
committerFrancesco Potortì <pot@gnu.org>
Mon, 2 Jun 1997 09:02:13 +0000 (09:02 +0000)
lib-src/Makefile.in

index c99e5c9..044b8d9 100644 (file)
@@ -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