Commit e40b41f4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

pkgconfig: make sure host compile target isn't considered out of date

parent 1d076fdf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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