One last fix to Makefile

Summary: Based on comment from D37455

Test Plan: make install after make static_lib

Reviewers: meyering

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D37461
This commit is contained in:
Igor Canadi 2015-04-20 20:45:25 -07:00
parent 2db96dca18
commit d85d08c7b3

View File

@ -836,7 +836,7 @@ install-shared: install-headers $(SHARED4)
# install static by default + install shared if it exists
install: install-static
[ ! -e $(SHARED4) ] || $(MAKE) install-shared
[ -e $(SHARED4) ] && $(MAKE) install-shared || :
#-------------------------------------------------