mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
pkgconfig: make sure host compile target isn't considered out of date
This commit is contained in:
parent
1d076fdfb9
commit
e40b41f4d9
@ -40,6 +40,7 @@ $(PKGCONFIG_HOST_DIR)/.configured: $(PKGCONFIG_HOST_DIR)/.unpacked
|
|||||||
|
|
||||||
$(PKGCONFIG_HOST_DIR)/.compiled: $(PKGCONFIG_HOST_DIR)/.configured
|
$(PKGCONFIG_HOST_DIR)/.compiled: $(PKGCONFIG_HOST_DIR)/.configured
|
||||||
$(MAKE) -C $(@D)
|
$(MAKE) -C $(@D)
|
||||||
|
touch $@
|
||||||
|
|
||||||
$(PKGCONFIG_HOST_BINARY): $(PKGCONFIG_HOST_DIR)/.compiled
|
$(PKGCONFIG_HOST_BINARY): $(PKGCONFIG_HOST_DIR)/.compiled
|
||||||
$(MAKE) -C $(<D) install
|
$(MAKE) -C $(<D) install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user