sbsv2/raptor/util/gccprogram.mk
branchfix
changeset 285 1cdb9a551505
parent 282 99ac65572b14
--- a/sbsv2/raptor/util/gccprogram.mk	Mon Mar 01 00:55:33 2010 +0200
+++ b/sbsv2/raptor/util/gccprogram.mk	Mon Mar 01 00:59:44 2010 +0200
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
@@ -62,7 +62,7 @@
 $(foreach SOURCEFILE,$(SOURCES),$(c2obj))
 
 $(BINDIR)/$(TARGET)$(PROGRAMEXT): $$(OBJECTS)
-	gcc  $$^ $(LDFLAGS)  -o $$@
+	gcc  $$^ $(LDFLAGS) -o $$@
 	
 $$(shell mkdir -p $(OUTPUTPATH)/$(TARGET))