diff options
author | Andy Polyakov <appro@openssl.org> | 2005-05-16 18:55:47 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-05-16 18:55:47 +0200 |
commit | ce92b6eb9c9f4fa570564ec2dd9cbce68d9983f3 (patch) | |
tree | c624cf871e348c42de579d327b62d5d7518068cf /crypto/txt_db | |
parent | Further BUILDENV clean-up, 'make depend' is operational again. (diff) | |
download | openssl-ce92b6eb9c9f4fa570564ec2dd9cbce68d9983f3.tar.xz openssl-ce92b6eb9c9f4fa570564ec2dd9cbce68d9983f3.zip |
Further BUILDENV refinement, further fool-proofing of Makefiles and
[most importantly] put back dependencies accidentaly eliminated in
check-in #13342.
Diffstat (limited to 'crypto/txt_db')
-rw-r--r-- | crypto/txt_db/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile index cd79b6dad8..3d703fa455 100644 --- a/crypto/txt_db/Makefile +++ b/crypto/txt_db/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 top Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: @@ -75,4 +74,11 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -txt_db.o: txt_db.c +txt_db.o: ../../e_os.h ../../include/openssl/bio.h +txt_db.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h +txt_db.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +txt_db.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h +txt_db.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +txt_db.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +txt_db.o: ../../include/openssl/symhacks.h ../../include/openssl/txt_db.h +txt_db.o: ../cryptlib.h txt_db.c |