Revert "Makefile: avoid generating capstone.pc if BUILD_CORE_ONLY=yes"

This reverts commit 35d4e449e1.
This commit is contained in:
Nguyen Anh Quynh 2015-01-28 05:21:18 +08:00
parent 1de34c1aef
commit 8aa6fce278

View File

@ -352,14 +352,12 @@ endif
endif
$(PKGCFGF):
ifeq (,$(findstring yes,$(BUILD_CORE_ONLY)))
ifeq ($(V),0)
$(call log,GEN,$(@:$(BLDIR)/%=%))
@$(generate-pkgcfg)
else
$(generate-pkgcfg)
endif
endif
install: $(PKGCFGF) $(ARCHIVE) $(LIBRARY)
mkdir -p $(LIBDIR)