about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-13 14:46:02 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-13 14:46:02 -0800
commit9c81cc3fd8d2b3dce68d69d8e0c56a4c5d89ebf0 (patch)
tree7c89bafe47908ffd02d8f60cc505c19b93c5345f
parentfb8104e1f2a5d1cdcb99a19b6a4bdabf0b1c2643 (diff)
downloadkgio-9c81cc3fd8d2b3dce68d69d8e0c56a4c5d89ebf0.tar.gz
Oops
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d913176..5d5768c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -82,14 +82,14 @@ gem: $(pkggem)
 install-gem: $(pkggem)
         gem install $(CURDIR)/$<
 
-$(pkggem): manifest fix-perms
+$(pkggem): .manifest fix-perms
         gem build $(rfpackage).gemspec
         mkdir -p pkg
         mv $(@F) $@
 
 $(pkgtgz): distdir = $(basename $@)
 $(pkgtgz): HEAD = v$(VERSION)
-$(pkgtgz): manifest fix-perms
+$(pkgtgz): .manifest fix-perms
         @test -n "$(distdir)"
         $(RM) -r $(distdir)
         mkdir -p $(distdir)
@@ -150,4 +150,4 @@ doc_gz:
         for i in $(docs); do \
           gzip --rsyncable -9 < $$i > $$i.gz; touch -r $$i $$i.gz; done
 
-.PHONY: .FORCE-GIT-VERSION-FILE doc manifest test $(test_units)
+.PHONY: .FORCE-GIT-VERSION-FILE doc test $(test_units)