From 9c81cc3fd8d2b3dce68d69d8e0c56a4c5d89ebf0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 13 Jan 2011 14:46:02 -0800 Subject: Makefile: remove non-existent target reference Oops --- GNUmakefile | 6 +++--- 1 file 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) -- cgit v1.2.3-24-ge0c7