diff options
Diffstat (limited to 'crypto/rc5/Makefile')
-rw-r--r-- | crypto/rc5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/rc5/Makefile b/crypto/rc5/Makefile index 07d33fc8b7..ace3cf4fae 100644 --- a/crypto/rc5/Makefile +++ b/crypto/rc5/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 @@ -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: |