simplication in makefiles

This commit is contained in:
Laurent Perron
2016-01-21 14:24:45 +01:00
parent 5a330a27ce
commit 06a4c625ed

View File

@@ -105,13 +105,11 @@ MISSING_DIRECTORIES = \
missing_directories: $(MISSING_DIRECTORIES)
install_third_party: install_third_party_cc
ifneq ($(MCS),)
CSHARP_THIRD_PARTY = install_csharp_protobuf
endif
install_third_party_cc: \
install_third_party: \
missing_directories \
install_gflags \
install_protobuf \