moved from libregexp.a to just using the .o files

This commit is contained in:
bdc 1995-11-01 23:53:47 +00:00
parent eaa1802624
commit 32452a37a9
1 changed files with 3 additions and 3 deletions

View File

@ -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 \