summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-28 05:18:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-07-28 05:18:47 +0000
commiteaaa34b25786bea4c42430b788e22bc75e463cc3 (patch)
treeded71a8435c1c93dfd57746bffe7378fafd51582 /Makefile
parentd9703d9909b537821c0a824fd71f5b9d02f9d862 (diff)
downloaddrakx-backup-do-not-use-eaaa34b25786bea4c42430b788e22bc75e463cc3.tar
drakx-backup-do-not-use-eaaa34b25786bea4c42430b788e22bc75e463cc3.tar.gz
drakx-backup-do-not-use-eaaa34b25786bea4c42430b788e22bc75e463cc3.tar.bz2
drakx-backup-do-not-use-eaaa34b25786bea4c42430b788e22bc75e463cc3.tar.xz
drakx-backup-do-not-use-eaaa34b25786bea4c42430b788e22bc75e463cc3.zip
Fix make syntax error
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7ad4ade43..e4a321481 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ upload_only:
echo
ifeq (i386,$(ARCH))
upload $(ROOTDEST)/linuxboot.cfg '' ;\
- upload $(ROOTDEST)/default.xbe '' ;\
+ upload $(ROOTDEST)/default.xbe '' ;
endif