From 6a1f50806aa9aae9de29569c7a29fb03c04e042a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Jan 2004 15:30:15 +0000 Subject: fix typo --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1