diff options
author | Andy Polyakov <appro@openssl.org> | 2005-05-16 16:55:47 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-05-16 16:55:47 +0000 |
commit | ce92b6eb9c9f4fa570564ec2dd9cbce68d9983f3 (patch) | |
tree | c624cf871e348c42de579d327b62d5d7518068cf /crypto/dso | |
parent | 7abbffc3fb15f86bc32f0ded9dab2b683f733cbb (diff) | |
download | openssl-new-ce92b6eb9c9f4fa570564ec2dd9cbce68d9983f3.tar.gz |
Further BUILDENV refinement, further fool-proofing of Makefiles and
[most importantly] put back dependencies accidentaly eliminated in
check-in #13342.
Diffstat (limited to 'crypto/dso')
-rw-r--r-- | crypto/dso/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/dso/Makefile b/crypto/dso/Makefile index 2857cdb080..2d1b21598b 100644 --- a/crypto/dso/Makefile +++ b/crypto/dso/Makefile @@ -7,8 +7,6 @@ TOP= ../.. CC= cc INCLUDES= -I.. -I$(TOP) -I../../include CFLAG=-g -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile AR= ar r @@ -66,6 +64,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: |