Skip to content

Commit

Permalink
One last fix to Makefile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
igorcanadi committed Apr 21, 2015
1 parent 2db96dc commit d85d08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 || :

#-------------------------------------------------

Expand Down

0 comments on commit d85d08c

Please sign in to comment.