]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/sdk/java/net/tinyos/tools/Makefile
added shimmer baud rate alias, updated makefiles to force mig
[tinyos-2.x.git] / support / sdk / java / net / tinyos / tools / Makefile
index 7caa0c866c0ca004c95bf9bff25a8e613eadfe79..f9dd844311f6bd7574dc7904ebcd203a237968ef 100644 (file)
@@ -5,13 +5,13 @@
 # @author  TinyOS Team
 #
 
-INITIAL_TARGETS = PrintfMsg.class
+INITIAL_TARGETS = PrintfMsg.class PrintfMsg.java
 
 ROOT = ../../..
 include $(ROOT)/Makefile.include
 
 PRINTF_H = $(TOSDIR)/lib/printf/printf.h
 
-PrintfMsg.java: $(PRINTF_H)
+PrintfMsg.java: $(PRINTF_H) FORCE
        mig java $(CFLAGS) -java-classname=net.tinyos.tools.PrintfMsg $(PRINTF_H) printf_msg -o $@