From c773e87bd317f9ff8c22befd813a29d7b025eaeb Mon Sep 17 00:00:00 2001 From: Richard Dawe Date: Sat, 13 May 2006 20:50:18 +0000 Subject: [PATCH] Bugfix: need to depend on dist-bzip2 target, not the tarball, to ensure that tarball is always up-to-date --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 427f2e3..4ab8f1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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