From f8dc84c9b4ed9490662d0e46f9c44277380fd5be Mon Sep 17 00:00:00 2001 From: idgay Date: Wed, 11 Apr 2007 21:30:08 +0000 Subject: [PATCH] stm25p volume file include support --- support/make/msp/msp.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/make/msp/msp.rules b/support/make/msp/msp.rules index 972ab295..0c98cf45 100644 --- a/support/make/msp/msp.rules +++ b/support/make/msp/msp.rules @@ -58,7 +58,7 @@ ifneq ($(wildcard $(VOLUME_FILE)), ) exe0: $(BUILDDIR)/StorageVolumes.h $(BUILDDIR)/StorageVolumes.h: $(VOLUME_FILE) - $(VOLUME_ALLOCATOR) <$(VOLUME_FILE) >$@ + $(VOLUME_ALLOCATOR) $(PLATFORMDIR) <$(VOLUME_FILE) >$@ || rm -f $@ PFLAGS += -I$(BUILDDIR) endif -- 2.39.2