From ce92b6eb9c9f4fa570564ec2dd9cbce68d9983f3 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 16 May 2005 16:55:47 +0000 Subject: Further BUILDENV refinement, further fool-proofing of Makefiles and [most importantly] put back dependencies accidentaly eliminated in check-in #13342. --- crypto/stack/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'crypto/stack') diff --git a/crypto/stack/Makefile b/crypto/stack/Makefile index 36333583a8..28f1711d47 100644 --- a/crypto/stack/Makefile +++ b/crypto/stack/Makefile @@ -7,8 +7,6 @@ TOP= ../.. CC= cc INCLUDES= CFLAG=-g -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile AR= ar r @@ -64,6 +62,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: @@ -75,4 +74,11 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -stack.o: stack.c +stack.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h +stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h +stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +stack.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h +stack.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h +stack.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +stack.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +stack.o: ../../include/openssl/symhacks.h ../cryptlib.h stack.c -- cgit v1.2.3