crypto/Makefile: make it OSF-make-friendly

PR: 3165
This commit is contained in:
Andy Polyakov 2014-02-26 16:42:57 +01:00
parent f3b7e522d8
commit 559e69f9b4

View File

@ -105,7 +105,7 @@ lib: $(LIB)
@touch lib
$(LIB): $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
[ -z "$(FIPSLIBDIR)" ] || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
test -z "$(FIPSLIBDIR)" || $(AR) $(LIB) $(FIPSLIBDIR)fipscanister.o
$(RANLIB) $(LIB) || echo Never mind.
shared: buildinf.h lib subdirs