summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-05 15:21:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-05 15:21:59 +0000
commit30f5a38b46f6f64f647c25edc39caf9a1613137a (patch)
treea521e986f47a4958f0d9c705c76b9e40d7e5ed91 /Makefile.in
parent44785befeabd09d5d34f33b33783c0ec54f06a1f (diff)
* Makefile.in (test): phony target.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 26c2bb820b..f6a3cb6609 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -167,7 +167,7 @@ realclean: distclean
@rm -f parse.c
@rm -f lex.c
-test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM)
+test: miniruby$(EXEEXT) rbconfig.rb $(PROGRAM) PHONY
@./miniruby$(EXEEXT) $(srcdir)/rubytest.rb
rbconfig.rb: miniruby$(EXEEXT) $(srcdir)/mkconfig.rb config.status $(PREP)
@@ -194,6 +194,10 @@ Makefile: $(srcdir)/Makefile.in
.PRECIOUS: @MAKEFILES@
+.PHONY: test
+
+PHONY:
+
@MAKEFILES@: config.status
MAKE=$(MAKE) $(SHELL) ./config.status
@{ \