]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - support/make/msp/msp.rules
Changed bsl.exra to search for the string between the commas and not short circuiting...
[tinyos-2.x.git] / support / make / msp / msp.rules
index 276fadb7ea72f4da60c837de232643a1ae58dc35..6a434f87d928530c75eba202480cb049de981ac3 100644 (file)
@@ -68,7 +68,7 @@ exe0: $(BUILDDIR)/StorageVolumes.h
 
 VOLUME_ALLOCATOR_FLAGS ?= 
 $(BUILDDIR)/StorageVolumes.h: $(VOLUME_FILE)
-       $(VOLUME_ALLOCATOR) $(PLATFORMDIR) $(VOLUME_ALLOCATOR_FLAGS) <$(VOLUME_FILE) >$@ || rm -f $@
+       $(VOLUME_ALLOCATOR) $(VOLUME_ALLOCATOR_FLAGS) $(PLATFORMDIR) <$(VOLUME_FILE) >$@ || rm -f $@
 
 PFLAGS += -I$(BUILDDIR)
 endif