summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Laska <jlaska@ansible.com>2014-05-09 15:01:27 +0200
committerJames Laska <jlaska@ansible.com>2014-05-09 15:01:44 +0200
commit4ee0898fc977b3a4c631e90db18ab4ae7b1015fa (patch)
tree510228dd831b5a2de228d0d57755622d34820fef /Makefile
parentMerge pull request #7110 from orgoj/docker-patch-version_comment (diff)
downloadansible-4ee0898fc977b3a4c631e90db18ab4ae7b1015fa.tar.xz
ansible-4ee0898fc977b3a4c631e90db18ab4ae7b1015fa.zip
Assert the MOCK_CFG exists for the mock-rpm build target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3568931f9a..ee216b263e 100644
--- a/Makefile
+++ b/Makefile
@@ -140,7 +140,7 @@ mock-srpm: /etc/mock/$(MOCK_CFG).cfg rpmcommon
@echo rpm-build/*.src.rpm
@echo "#############################################"
-mock-rpm: mock-srpm
+mock-rpm: /etc/mock/$(MOCK_CFG).cfg mock-srpm
$(MOCK_BIN) -r $(MOCK_CFG) --resultdir rpm-build/ --rebuild rpm-build/$(NAME)-*.src.rpm
@echo "#############################################"
@echo "Ansible RPM is built:"