*** empty log message ***
This commit is contained in:
parent
ac54f7bf2c
commit
3cc0d1c5d7
|
@ -111,7 +111,6 @@ SCSHOBJS = \
|
||||||
scsh/putenv.o \
|
scsh/putenv.o \
|
||||||
scsh/rdelim.o \
|
scsh/rdelim.o \
|
||||||
scsh/re.o scsh/re1.o \
|
scsh/re.o scsh/re1.o \
|
||||||
scsh/regexp/regerror.o \
|
|
||||||
scsh/regexp/regexp.o \
|
scsh/regexp/regexp.o \
|
||||||
scsh/regexp/regsub.o \
|
scsh/regexp/regsub.o \
|
||||||
scsh/select.o scsh/select1.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 = ..
|
DEST = ..
|
||||||
|
|
||||||
# we don't use the library anymore -bri
|
# we don't use the library anymore -bri
|
||||||
all: $(LIBOBJ) # libregexp.a try
|
all: $(OBJ) # libregexp.a try
|
||||||
|
|
||||||
libregexp.a: $(LIBOBJ)
|
libregexp.a: $(LIBOBJ)
|
||||||
ar r libregexp.a $(LIBOBJ)
|
ar r libregexp.a $(LIBOBJ)
|
||||||
|
|
Loading…
Reference in New Issue