Fix uninstall_sw for the unixmake scheme
authorRichard Levitte <levitte@openssl.org>
Thu, 18 Feb 2016 21:38:21 +0000 (22:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 18 Feb 2016 22:47:03 +0000 (23:47 +0100)
commitdf302cdce7bd9b27bb4745674abc06d3310dde33
tree978381ee1dc978f054b6325f5a120f35fa848dbc
parentf325fba50c6e1cab053e449c420f76256b551867
Fix uninstall_sw for the unixmake scheme

The uninstall_sw target tried to 'make uninstall' in all subdirs.
Change it to only go into $(INSTALL_SUBS), just like install_sw does.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Makefile.in