mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix building when commit-id is not found
This commit is contained in:
parent
9921e58aba
commit
150beefabb
@ -85,8 +85,9 @@ ELINKSLIBS = \
|
||||
|
||||
# Get the GIT HEAD ID if possible
|
||||
ifdef COMMIT_ID
|
||||
INCLUDES += -DBUILD_ID="\"$$($(COMMIT_ID) 2> /dev/null)\""
|
||||
BUILD_ID=$(shell $(COMMIT_ID) 2> /dev/null)
|
||||
endif
|
||||
INCLUDES += -DBUILD_ID="\"$(BUILD_ID)\""
|
||||
|
||||
OBJS = vernum.o
|
||||
vernum.o: FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user