summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a2e6bbb8..f93b00803 100644
--- a/Makefile
+++ b/Makefile
@@ -70,10 +70,10 @@ config: scripts/config/conf
config-clean:
$(MAKE) -C scripts/config clean
-package/%:
+package/%: .pkginfo
$(MAKE) -C package $(patsubst package/%,%,$@)
-target/%:
+target/%: .pkginfo
$(MAKE) -C target $(patsubst target/%,%,$@)
toolchain/%: