From 702aac63eaf02b5bc6130b8428e8b3f1ed1bf973 Mon Sep 17 00:00:00 2001 From: razvanm Date: Sun, 8 Nov 2009 08:47:19 +0000 Subject: [PATCH] Fix a typo in the previous commit. --- support/make/avr/avr.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2