Explorar o código

erm, that #" broke stuff

Mike Frysinger %!s(int64=21) %!d(string=hai) anos
pai
achega
ce23f5cd83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -85,7 +85,7 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
 endif
 
 ifndef CROSS
-CROSS=$(subst ",, $(strip $(CROSS_COMPILER_PREFIX))) #"
+CROSS=$(subst ",, $(strip $(CROSS_COMPILER_PREFIX)))
 endif
 
 # A nifty macro to make testing gcc features easier