*** empty log message ***
This commit is contained in:
parent
ac54f7bf2c
commit
3cc0d1c5d7
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue