version.py doesn't depend on the .spec

This commit is contained in:
Brian C. Lane 2018-06-19 09:37:18 -07:00
parent e56e55bb3b
commit 80a2267283
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ USER_SITE_PACKAGES ?= $(shell sudo $(PYTHON) -m site --user-site)
default: all
src/composer/version.py: lorax.spec
src/composer/version.py:
echo "num = '$(VERSION)-$(RELEASE)'" > src/composer/version.py
src/pylorax/version.py: lorax.spec
src/pylorax/version.py:
echo "num = '$(VERSION)-$(RELEASE)'" > src/pylorax/version.py
all: src/pylorax/version.py src/composer/version.py