*** empty log message ***

This commit is contained in:
bdc 1995-11-02 02:29:05 +00:00
parent ac54f7bf2c
commit 3cc0d1c5d7
2 changed files with 1 additions and 2 deletions

View File

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

View File

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