Fix blfs tools for condxml
This commit is contained in:
parent
ee96ad26f9
commit
50cf934f51
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ $(BLFS_XML):
|
||||||
# Generate BLFS version from git:
|
# Generate BLFS version from git:
|
||||||
version:
|
version:
|
||||||
$(Q)cd $(BLFS_XML) && if [ -x git-version.sh ] ; then \
|
$(Q)cd $(BLFS_XML) && if [ -x git-version.sh ] ; then \
|
||||||
./git-version.sh; \
|
./git-version.sh $(REV); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
lfs-version:
|
lfs-version:
|
||||||
|
|
Reference in a new issue