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:
parent
2db96dca18
commit
d85d08c7b3
2
Makefile
2
Makefile
@ -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 || :
|
||||
|
||||
#-------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user