From: razvanm Date: Sun, 8 Nov 2009 08:47:19 +0000 (+0000) Subject: Fix a typo in the previous commit. X-Git-Tag: rc_6_tinyos_2_1_1~143 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=702aac63eaf02b5bc6130b8428e8b3f1ed1bf973 Fix a typo in the previous commit. --- diff --git a/support/make/avr/avr.rules b/support/make/avr/avr.rules index 02e11fc5..5cdd492d 100644 --- a/support/make/avr/avr.rules +++ b/support/make/avr/avr.rules @@ -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