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/conf/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/conf') diff --git a/crypto/conf/Makefile b/crypto/conf/Makefile index 4c8eb2ff5e..31897bfa34 100644 --- a/crypto/conf/Makefile +++ b/crypto/conf/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 @@ -67,6 +65,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC) dclean: -- cgit v1.2.3