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 217ef99a1..b02bc4501 100644
--- a/Makefile
+++ b/Makefile
@@ -11,12 +11,12 @@ install: build
cp -f $(BOOT_IMG) $(ROOTDEST)/images ; rm $(ROOTDEST)/images/*_ks.img
make -C perl-install full_stage2
-build: dirs $(BOOT_IMG)
+build: $(BOOT_IMG)
dirs:
for i in $(DIRS); do make -C $$i; done
-$(BOOT_IMG): modules
+$(BOOT_IMG): modules dirs
make dirs
./make_boot_img $@ $(@:gi_%.img=%)