Further BUILDENV refinement, further fool-proofing of Makefiles and
[openssl.git] / crypto / rc5 / Makefile
index 07d33fc8b7c937606e27159b395cddb28c78a5f8..ace3cf4fae418a0a4251ed25a60af1715bc1ba0a 100644 (file)
@@ -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
 
@@ -81,6 +79,7 @@ lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
 depend:
+       @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
 
 dclean: