mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
pkgconfig: make sure host compile target isn't considered out of date
This commit is contained in:
@@ -40,6 +40,7 @@ $(PKGCONFIG_HOST_DIR)/.configured: $(PKGCONFIG_HOST_DIR)/.unpacked
|
||||
|
||||
$(PKGCONFIG_HOST_DIR)/.compiled: $(PKGCONFIG_HOST_DIR)/.configured
|
||||
$(MAKE) -C $(@D)
|
||||
touch $@
|
||||
|
||||
$(PKGCONFIG_HOST_BINARY): $(PKGCONFIG_HOST_DIR)/.compiled
|
||||
$(MAKE) -C $(<D) install
|
||||
|
||||
Reference in New Issue
Block a user