summaryrefslogtreecommitdiff
path: root/firmware/firmware.make
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/firmware.make')
-rw-r--r--firmware/firmware.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/firmware.make b/firmware/firmware.make
index 3d79837871..6c01250bde 100644
--- a/firmware/firmware.make
+++ b/firmware/firmware.make
@@ -52,6 +52,8 @@ $(BUILDDIR)/sysfont.o: $(SYSFONT) $(BUILDDIR)/sysfont.h
52SVNVERSION:=$(shell VERSION='$(VERSION)' $(TOOLSDIR)/version.sh $(ROOTDIR)) 52SVNVERSION:=$(shell VERSION='$(VERSION)' $(TOOLSDIR)/version.sh $(ROOTDIR))
53OLDSVNVERSION:=$(shell grep 'RBVERSION' $(BUILDDIR)/rbversion.h 2>/dev/null|cut -d '"' -f 2 || echo "NOREVISION") 53OLDSVNVERSION:=$(shell grep 'RBVERSION' $(BUILDDIR)/rbversion.h 2>/dev/null|cut -d '"' -f 2 || echo "NOREVISION")
54 54
55CORE_LIBS:=$(FIRMLIB)
56
55ifneq ($(SVNVERSION),$(OLDSVNVERSION)) 57ifneq ($(SVNVERSION),$(OLDSVNVERSION))
56.PHONY: $(BUILDDIR)/rbversion.h 58.PHONY: $(BUILDDIR)/rbversion.h
57endif 59endif