X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ftxt_db%2FMakefile;h=87e57b49f646e60e75502d80132ebbcf4ce494cb;hb=1a9d60d2e3b02d5e1954fc71c92bf3a6af691495;hp=4046dd9c4ac25babc64e2daf74df9f8f4c20327e;hpb=81a86fcf1729dea3c62db53af8890d701870c5ce;p=oweals%2Fopenssl.git diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile index 4046dd9c4a..87e57b49f6 100644 --- a/crypto/txt_db/Makefile +++ b/crypto/txt_db/Makefile @@ -1,5 +1,5 @@ # -# SSLeay/crypto/txt_db/Makefile +# OpenSSL/crypto/txt_db/Makefile # DIR= txt_db @@ -7,8 +7,6 @@ TOP= ../.. CC= cc INCLUDES= CFLAG=-g -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile AR= ar r @@ -35,7 +33,7 @@ top: all: lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) + $(ARX) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib @@ -64,6 +62,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: