]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fixing typo (VOLUMEFILE)
authorkusy <kusy>
Thu, 12 Jun 2008 23:25:01 +0000 (23:25 +0000)
committerkusy <kusy>
Thu, 12 Jun 2008 23:25:01 +0000 (23:25 +0000)
support/make/pxa27x/pxa27x.rules

index c09f3add028612be1035d206f84782f72092f105..7ceabce7f3e7375030caa76eb8718d9b6ddda24c 100644 (file)
@@ -61,8 +61,8 @@ build_storage: $(BUILDDIR)/StorageVolumes.h
 exe0: build_storage
 
 VOLUME_ALLOCATOR_FLAGS ?= 
-$(BUILDDIR)/StorageVolumes.h: $(VOLUMEFILE)
-       $(VOLUME_ALLOCATOR) $(VOLUME_ALLOCATOR_FLAGS) $(PLATFORMDIR) <$(VOLUMEFILE) >$@ || rm -f $@
+$(BUILDDIR)/StorageVolumes.h: $(VOLUME_FILE)
+       $(VOLUME_ALLOCATOR) $(VOLUME_ALLOCATOR_FLAGS) $(PLATFORMDIR) <$(VOLUME_FILE) >$@ || rm -f $@
 
 PFLAGS += -I$(BUILDDIR)
 else