diff --git a/Makefile.in b/Makefile.in index a498263..3ea9325 100644 --- a/Makefile.in +++ b/Makefile.in @@ -100,9 +100,6 @@ CIG = cig/cig CIGOBJS = cig/libcig.o cig/libcig1.o SCSHVMHACKS = proc2.o # postgcstub.o -SCSHLIBS = scsh/regexp/libregexp.a -LIBS = $(LIBS) $(SCSHLIBS) - SCSHOBJS = \ scsh/dirstuff1.o \ scsh/fdports1.o \ @@ -114,6 +111,9 @@ 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 \ scsh/syscalls.o scsh/syscalls1.o \ scsh/time.o scsh/time1.o \