]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestPrintf/Makefile
Small changes to the application to make it line up with the newly created tutorial...
[tinyos-2.x.git] / apps / tests / TestPrintf / Makefile
index eb460329a4c38c2536a70c9a576be0ced8f8f5b1..a3b9020dba4697a8c746ae1684897f21190babce 100644 (file)
@@ -7,7 +7,8 @@ BUILD_EXTRA_DEPS += PrintfMsg.class PrintfClient.class
        javac $<
 
 PrintfMsg.java: $(TOSDIR)/lib/printf/printf.h
-       mig java -target=$(PLATFORM) $(CFLAGS) -java-classname=PrintfMsg $(TOSDIR)/lib/printf/printf.h printf_msg -o $@
+       mig java -target=$(PLATFORM) $(CFLAGS) \
+               -java-classname=PrintfMsg \
+               $(TOSDIR)/lib/printf/printf.h printf_msg -o $@
 
 include $(MAKERULES)
-