summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-22 15:30:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-22 15:30:15 +0000
commit6a1f50806aa9aae9de29569c7a29fb03c04e042a (patch)
tree37f4ff0dd1a9ca45b8e5464884cb9fd646ada5cc /Makefile
parentd25b29f6819f6c73f1ce6e27bc2e0bdd1526552d (diff)
downloaddrakx-backup-do-not-use-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar
drakx-backup-do-not-use-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar.gz
drakx-backup-do-not-use-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar.bz2
drakx-backup-do-not-use-6a1f50806aa9aae9de29569c7a29fb03c04e042a.tar.xz
drakx-backup-do-not-use-6a1f50806aa9aae9de29569c7a29fb03c04e042a.zip
fix typo
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