diff --git a/Makefile.in b/Makefile.in index 7f5257e..7d48933 100644 --- a/Makefile.in +++ b/Makefile.in @@ -111,7 +111,6 @@ SCSHOBJS = \ scsh/putenv.o \ scsh/rdelim.o \ scsh/re.o scsh/re1.o \ - scsh/regexp/regerror.o \ scsh/regexp/regexp.o \ scsh/regexp/regsub.o \ scsh/select.o scsh/select1.o \ diff --git a/scsh/regexp/Makefile.in b/scsh/regexp/Makefile.in index 80c64a6..c464295 100644 --- a/scsh/regexp/Makefile.in +++ b/scsh/regexp/Makefile.in @@ -45,7 +45,7 @@ DTR=README dMakefile regexp.3 regexp.h regexp.c regsub.c regerror.c \ DEST = .. # we don't use the library anymore -bri -all: $(LIBOBJ) # libregexp.a try +all: $(OBJ) # libregexp.a try libregexp.a: $(LIBOBJ) ar r libregexp.a $(LIBOBJ)