From bb9aa2bfb3eb697ac43d9be3646a4a30b8a7bf44 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 16 Nov 1999 20:55:34 +0000 Subject: no_comment --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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=%) -- cgit v1.2.1