moved from libregexp.a to just using the .o files
This commit is contained in:
parent
eaa1802624
commit
32452a37a9
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue