Spotted divergence between CVS and submitted tar-ball.
This commit is contained in:
parent
d2ab6fa4ae
commit
3ae83be021
@ -35,7 +35,8 @@ SHARED_LIB= libcrypto$(SHLIB_EXT)
|
|||||||
LIBSRC=fips.c fips_err_wrapper.c fipshashes.c
|
LIBSRC=fips.c fips_err_wrapper.c fipshashes.c
|
||||||
LIBOBJ=fips.o fips_err_wrapper.o fipshashes.o
|
LIBOBJ=fips.o fips_err_wrapper.o fipshashes.o
|
||||||
|
|
||||||
FIPS_OBJ_LISTS=sha/lib rand/lib des/lib aes/lib dsa/lib rsa/lib dh/lib
|
FIPS_OBJ_LISTS=sha/lib hmac/lib rand/lib des/lib aes/lib dsa/lib rsa/lib dh/lib
|
||||||
|
|
||||||
SRC= $(LIBSRC)
|
SRC= $(LIBSRC)
|
||||||
|
|
||||||
EXHEADER=fips.h
|
EXHEADER=fips.h
|
||||||
|
@ -38,9 +38,7 @@ top:
|
|||||||
all: lib
|
all: lib
|
||||||
|
|
||||||
lib: $(LIBOBJ)
|
lib: $(LIBOBJ)
|
||||||
$(AR) $(LIB) $(LIBOBJ)
|
@echo $(LIBOBJ) > lib
|
||||||
$(RANLIB) $(LIB) || echo Never mind.
|
|
||||||
@sleep 2; touch lib
|
|
||||||
|
|
||||||
files:
|
files:
|
||||||
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
|
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user