diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-09-16 10:01:58 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-09-16 10:01:58 -0400 |
commit | 52301633710bda1bd36fe405dedee386554894b2 (patch) | |
tree | 1cf478b7faeace8968527ba87a365d78edf29445 /Makefile | |
parent | 5ae4c1f6706c0de758b2e77e34bab1c2b2162c7d (diff) | |
parent | 86d072e02c75f1c0e84d4f5c51c2e034fa84de21 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ debian-package: tarball (cd monkeysphere-$(MONKEYSPHERE_VERSION) && debuild -uc -us) rm -rf monkeysphere-$(MONKEYSPHERE_VERSION) -freebsd-distinfo: tarball +# don't explicitly depend on the tarball, since our tarball +# (re)generation is not idempotent even when no source changes. +freebsd-distinfo: ./utils/build-freebsd-distinfo clean: |