]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (ctags): depend on etags only for simplicity;
authorFrancesco Potortì <pot@gnu.org>
Thu, 7 Dec 1995 08:41:11 +0000 (08:41 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 7 Dec 1995 08:41:11 +0000 (08:41 +0000)
  compile with regexp support enabled.

lib-src/Makefile.in

index 38ac0c3b22541fdd14e897bd9ea3852ffb99cd82..6e98c78b11b4aa1348fe94beca5c103395297d57 100644 (file)
@@ -332,8 +332,8 @@ 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: ${srcdir}/etags.c $(GETOPTDEPS) etags
-       $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(LOADLIBES) -o ctags
+ctags: etags
+       $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" -DETAGS_REGEXPS ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
 
 wakeup: ${srcdir}/wakeup.c
        $(CC) ${ALL_CFLAGS} ${srcdir}/wakeup.c $(LOADLIBES) -o wakeup