From 5ab65c50ef8287b128d6642209525283e1ea07be Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 11 Dec 2014 17:01:16 -0500 Subject: RT3497: Clean up "dclean" targets Some Makefiles had actions for "dclean" that really belonged to the "clean" target. This is wrong because clean ends up, well, not really cleaning everything. Reviewed-by: Richard Levitte --- crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/Makefile') diff --git a/crypto/Makefile b/crypto/Makefile index 12be1896b7..6a6ac32dbb 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -141,12 +141,12 @@ depend: clean: rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff + rm -f opensslconf.h @target=clean; $(RECURSIVE_MAKE) dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new mv -f Makefile.new $(MAKEFILE) - rm -f opensslconf.h @target=dclean; $(RECURSIVE_MAKE) # DO NOT DELETE THIS LINE -- make depend depends on it. -- cgit v1.2.3