Let VERSION depend on OBJDIR.

This commit is contained in:
Joris Vink 2021-03-09 15:13:45 +01:00
parent 26fdbc4030
commit 25d47db9e7

View File

@ -160,7 +160,7 @@ $(PLATFORM): $(OBJDIR) force
$(PYTHON_CURLOPT): $(OBJDIR) force
@cp $(PYTHON_CURLOPT) $(OBJDIR)
$(VERSION): force
$(VERSION): $(OBJDIR) force
@if [ -d .git ]; then \
GIT_REVISION=`git rev-parse --short=8 HEAD`; \
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`; \