[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force SVN commit: rev 100 - trunk



Author: branden
Date: 2003-05-29 12:14:46 -0500 (Thu, 29 May 2003)
New Revision: 100

Modified:
   trunk/rules
Log:
Make absolutely insists on having whitespace in between its directives and
their arguments.  Thanks to Nick Rusnov, Manoj Srivastava, and Adam Heath
for the clue application.


Modified: trunk/rules
==============================================================================
--- trunk/rules	2003-05-29 16:26:28 UTC (rev 99)
+++ trunk/rules	2003-05-29 17:14:46 UTC (rev 100)
@@ -101,7 +101,7 @@
 
 # *grumble* GCC 3.3 at -O2 is garbage on ppc; XXX: this would potentially
 # override $(DEBUGFLAGS) if it were actually meaningful; see above
-ifeq($(ARCH),powerpc)
+ifeq ($(ARCH),powerpc)
 IMAKE_DEFINES+=-DDefaultGcc2OptimizeOpt=-O
 endif
 



Reply to: