X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Fmsp%2Fmsp.rules;h=6a434f87d928530c75eba202480cb049de981ac3;hb=1ebf11e947a0801ba56f385541b096b4c674fabf;hp=276fadb7ea72f4da60c837de232643a1ae58dc35;hpb=8886601bbb67096c2f827d856d6739979b70fadc;p=tinyos-2.x.git diff --git a/support/make/msp/msp.rules b/support/make/msp/msp.rules index 276fadb7..6a434f87 100644 --- a/support/make/msp/msp.rules +++ b/support/make/msp/msp.rules @@ -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