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/md4 | |
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/md4')
-rw-r--r-- | crypto/md4/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/crypto/md4/Makefile b/crypto/md4/Makefile index febc01aa3e..11022cca4a 100644 --- a/crypto/md4/Makefile +++ b/crypto/md4/Makefile @@ -8,8 +8,6 @@ CC= cc CPP= $(CC) -E INCLUDES= CFLAG=-g -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile AR= ar r @@ -65,6 +63,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: @@ -76,4 +75,12 @@ clean: # DO NOT DELETE THIS LINE -- make depend depends on it. -md4_one.o: md4_one.c +md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h +md4_dgst.o: ../../include/openssl/opensslconf.h +md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_dgst.c +md4_dgst.o: md4_locl.h +md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h +md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h +md4_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h +md4_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h +md4_one.o: ../../include/openssl/symhacks.h md4_one.c |