From 37fbe2a2712ba78feb31573ba0e6399f20505bd1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 16 Jun 1992 01:30:57 +0000 Subject: Formerly compatMakefile.~28~ --- compatMakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'compatMakefile') diff --git a/compatMakefile b/compatMakefile index 5492aa5..96a94bd 100644 --- a/compatMakefile +++ b/compatMakefile @@ -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 -- cgit v1.2.3