summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-16 20:55:34 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-16 20:55:34 +0000
commitbb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44 (patch)
treedde4c5b44cd6b849b4c046195ad1b2f90d82ef36 /Makefile
parentef214ebfe0278d941e8905f984a1baaca528707b (diff)
downloaddrakx-backup-do-not-use-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar
drakx-backup-do-not-use-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar.gz
drakx-backup-do-not-use-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar.bz2
drakx-backup-do-not-use-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.tar.xz
drakx-backup-do-not-use-bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44.zip
no_comment
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=%)