From 32452a37a9d143f5e3f4ac684f3f7aa180aa4b29 Mon Sep 17 00:00:00 2001 From: bdc Date: Wed, 1 Nov 1995 23:53:47 +0000 Subject: [PATCH] moved from libregexp.a to just using the .o files --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 \