Bugfix: need to depend on dist-bzip2 target, not the tarball, to ensure that tarball is always up-to-date

This commit is contained in:
Richard Dawe 2006-05-13 20:50:18 +00:00
parent e781f51fc3
commit c773e87bd3

View file

@ -41,8 +41,8 @@ clean-local:
rm -rf docs
.PHONY: rpm
rpm: $(distdir).tar.bz2
rpmbuild -ta $<
rpm: dist-bzip2
rpmbuild -ta $(distdir).tar.bz2
# malloc.c