summaryrefslogtreecommitdiff
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorulf <ulf>2006-04-11 20:05:04 +0000
committerulf <ulf>2006-04-11 20:05:04 +0000
commitd1ad1f0bddd244582eb2bd12823def34503b04a8 (patch)
tree8048995bcf38f0da9587290df1ffeb70513aefac /crypto/Makefile
parent0d8ae3335e390ff2d587c75a2952108e8be4803a (diff)
downloadopenssl-d1ad1f0bddd244582eb2bd12823def34503b04a8.tar.gz
improve make dclean to remove files generated during build
PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index b6e3f9424..ef4f724f1 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -135,6 +135,7 @@ clean:
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.