RT3497: Fix; don't remove header files
authorRich Salz <rsalz@openssl.org>
Mon, 15 Dec 2014 14:18:11 +0000 (09:18 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 15 Dec 2014 14:18:11 +0000 (09:18 -0500)
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>

No differences found