summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-15 09:18:11 -0500
committerRich Salz <rsalz@openssl.org>2014-12-15 09:18:11 -0500
commit56999ba5891e917763fba4e203f430037ee8ee0d (patch)
tree318a6abf1b04cebabed8ae6cd0d4b93738c85747 /Makefile.org
parent9669d2e1ad7aaa539c3931955ec9dd56faa2dc3c (diff)
RT3497: Fix; don't remove header files
Doing 'config ; make clean' broke because clean removed header files that normal build didn't create. So don't remove those files. Hopefully will be better addressed by Geoff's no-symlinks patch. Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 8e15bb2450..f2460dc180 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -478,7 +478,7 @@ libclean:
clean: libclean
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
- rm -rf *.bak include/openssl certs/.0
+ rm -rf *.bak certs/.0
@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
rm -f $(LIBS) tags TAGS
rm -f openssl.pc libssl.pc libcrypto.pc