Skip to content

Commit

Permalink
fix makefile goof here too
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Crafts committed Jul 8, 2016
1 parent fc927bc commit 6691a4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all: rpm

.PHONY: tarball
tarball: $(TARBALL)
$(TARBALL): Makefile
$(TARBALL): Makefile $(TAR_PORTABLE)
$(PY_SDIST)

.PHONY: tar_portable
Expand All @@ -28,7 +28,7 @@ $(TAR_PORTABLE): Makefile

.PHONY: srpm rpm
srpm: $(SRPM)
$(SRPM): $(TAR_PORTABLE) $(TARBALL) $(SPEC_FILE_IN)
$(SRPM): $(TARBALL) $(SPEC_FILE_IN)
mkdir -p $(RPMTOP)/{RPMS,SPECS,SRPMS,SOURCES,BUILD,BUILDROOT}
rpmbuild -ts --define="_topdir $(RPMTOP)" --define="_sourcedir dist" $(TARBALL)

Expand Down

0 comments on commit 6691a4d

Please sign in to comment.