diff options
Diffstat (limited to 'crypto/bf/Makefile.in')
-rw-r--r-- | crypto/bf/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bf/Makefile.in b/crypto/bf/Makefile.in index dd7609de75..408be9f808 100644 --- a/crypto/bf/Makefile.in +++ b/crypto/bf/Makefile.in @@ -46,8 +46,7 @@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO depend: - @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... - $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) + $(TOP)/util/domd $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) clean: rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |