From eaaa34b25786bea4c42430b788e22bc75e463cc3 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 28 Jul 2005 05:18:47 +0000 Subject: Fix make syntax error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1