From f47b008db5c656c9c96eb41632b74e8be6ab0241 Mon Sep 17 00:00:00 2001 From: sallai Date: Wed, 21 Jan 2009 16:26:55 +0000 Subject: [PATCH] fix issue with opening files in the app directory --- support/make/avr/avr-studio-debug.extra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/make/avr/avr-studio-debug.extra b/support/make/avr/avr-studio-debug.extra index e5fd6d93..e77ed8d1 100644 --- a/support/make/avr/avr-studio-debug.extra +++ b/support/make/avr/avr-studio-debug.extra @@ -19,5 +19,5 @@ PFLAGS += -fnesc-separator=__ buildelf: FORCE @echo " building ELF output $(MAIN_ELF) for debugging in AVR Studio" - @perl -pe 's/#(.*)\"(.*)\"/ "#$$1\"".`cygpath -m $$2`."\""/e; s/\n\"/\"/;' $(BUILDDIR)/app.c > $(APPC_WINPATH) + @perl -pe 's/#(.*)\"(.*)\"/ "#$$1\"".`cygpath -ma $$2`."\""/e; s/\n\"/\"/;' $(BUILDDIR)/app.c > $(APPC_WINPATH) @$(NCC) -o $(MAIN_ELF) $(NCC_SAFE_TINYOS_FLAGS) $(OPTFLAGS) $(PFLAGS) $(CFLAGS) $(APPC_WINPATH) $(LIBS) $(LDFLAGS) -- 2.39.2