]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Fix a typo in the previous commit.
authorrazvanm <razvanm>
Sun, 8 Nov 2009 08:47:19 +0000 (08:47 +0000)
committerrazvanm <razvanm>
Sun, 8 Nov 2009 08:47:19 +0000 (08:47 +0000)
support/make/avr/avr.rules

index 02e11fc5479e9e83f7a675335eb23c57512d004f..5cdd492dd9112fd08f058f1e833a091f2738b0e5 100644 (file)
@@ -37,7 +37,7 @@ LIBS = -lm
 
 # Use __ as the separator - requires nesC 1.2.9 or later
 ifneq ($(filter sim,$(GOALS)),sim)
-ifneq ($(filter sim-sim,$(GOALS)),sim-sim)
+ifneq ($(filter sim-sf,$(GOALS)),sim-sf)
        PFLAGS += -fnesc-separator=__
 endif
 endif