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
main
Igor Canadi 9 years ago
parent 2db96dca18
commit d85d08c7b3
  1. 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…
Cancel
Save