]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly compatMakefile.~28~
authorRoland McGrath <roland@redhat.com>
Tue, 16 Jun 1992 01:30:57 +0000 (01:30 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 16 Jun 1992 01:30:57 +0000 (01:30 +0000)
compatMakefile

index 5492aa55001e87c0098249bbc095b34177a01229..96a94bdc00a0d78b769bdb28cdf4e20759885f54 100644 (file)
@@ -91,15 +91,15 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@
 
 # Programs to make tags files.
-ETAGS = etags -t
-CTAGS = ctags -t
+ETAGS = etags -tw
+CTAGS = ctags -tw
 
 objs = commands.o job.o dir.o file.o getloadavg.o misc.o main.o read.o \
        remake.o remote.o rule.o implicit.o default.o variable.o expand.o \
-       function.o vpath.o version.o $(GETOPT) $(extras)
+       function.o vpath.o version.o ar.o arscan.o $(GETOPT) $(extras)
 srcs = commands.c job.c dir.c file.c getloadavg.c misc.c main.c read.c \
        remake.c remote.c rule.c implicit.c default.c variable.c expand.c \
-       function.c vpath.c version.c $(GETOPT_SRC) \
+       function.c vpath.c version.c ar.c arscan.c $(GETOPT_SRC) \
        commands.h dep.h file.h job.h make.h rule.h variable.h