Skip to content

Commit f268cf6

Browse files
committed
fix makefile goof
1 parent df92b8a commit f268cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ all: rpm
1414

1515
.PHONY: tarball
1616
tarball: $(TARBALL)
17-
$(TARBALL): Makefile
17+
$(TARBALL): Makefile $(TAR_PORTABLE)
1818
$(PY_SDIST)
1919

2020
.PHONY: tar_portable
@@ -27,7 +27,7 @@ $(TAR_PORTABLE): Makefile
2727

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

0 commit comments

Comments
 (0)