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 289960a2c..3a2224ed3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,10 +24,10 @@ tar: clean
install_only:
for i in images misc Mandrake Mandrake/base Mandrake/share; do install -d $(ROOTDEST)/$$i ; done
ifneq (ppc,$(ARCH))
- cp -f images/* $(ROOTDEST)/images; done
+ cp -f images/* $(ROOTDEST)/images
endif
ifeq (alpha,$(ARCH))
- cp -f images/* $(ROOTDEST)/boot; done
+ cp -f images/* $(ROOTDEST)/boot
cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz
make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST)
endif