RT3497: Clean up "dclean" targets
[openssl.git] / apps / Makefile
index fd53f7c1a9f4325c15d784e9a633775feee38762..a952a85aa7312569d00c09c30e65ff54d4345622 100644 (file)
@@ -137,11 +137,10 @@ depend:
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
-       rm -f CA.pl
 
 clean:
        rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff $(EXE)
-       rm -f req
+       rm -f req CA.pl
 
 $(DLIBSSL):
        (cd ..; $(MAKE) DIRS=ssl all)