mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Let VERSION depend on OBJDIR.
This commit is contained in:
parent
26fdbc4030
commit
25d47db9e7
2
Makefile
2
Makefile
@ -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`; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user