about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-15 03:25:15 +0000
committerEric Wong <e@80x24.org>2015-01-15 03:25:15 +0000
commit9fb6ec8b0ed1491f83abcf69d0786f555c15df43 (patch)
tree81d6acbb058837f85a4817af2564494f52428036
parent5a0b2a5149208a8c17d3a3e2363b4d707ce62ecd (diff)
downloadruby-wordexp-9fb6ec8b0ed1491f83abcf69d0786f555c15df43.tar.gz
And remove circular dependency for test while we're at it
-rw-r--r--GNUmakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 06b2fe1..c978f0f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,12 +1,9 @@
 all::
 RSYNC_DEST := bogomips.org:/srv/bogomips/ruby-wordexp
-rfproject := qrp
 rfpackage := wordexp
 pkg_extra = doc/api.txt
 include pkg.mk
 
-check: test
-
 doc/api.txt: RI = ri -w 78 -f rdoc --no-pager -d doc/ri --no-standard-docs
 doc/api.txt: $(ext_src)
         rdoc -r -o doc/ri $(ext_src)