diff options
author | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-05-13 20:50:18 +0000 |
---|---|---|
committer | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-05-13 20:50:18 +0000 |
commit | dc22368fa59e457023e7feb4cf6b631da9a90127 (patch) | |
tree | c0f96758eabf1af74bd12754de518a9f2aed02c4 | |
parent | eec671cc4a73c6e286e923f5d1470218936b0a39 (diff) | |
download | portableumem-dc22368fa59e457023e7feb4cf6b631da9a90127.tar.gz |
Bugfix: need to depend on dist-bzip2 target, not the tarball, to ensure that tarball is always up-to-date
git-svn-id: https://labs.omniti.com/portableumem/trunk@17 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r-- | Makefile.am | 4 |
1 files 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 |