summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-30 03:18:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-30 03:18:45 +0000
commit5d9373713cc5fbd9f16fc0192eb1d506af525853 (patch)
tree0d526ca7552c09abc0b235a340177da7f01a6a81 /Makefile.in
parenta5583d972ae005deb606d5de76a7a3fd1a39a275 (diff)
downloadruby-5d9373713cc5fbd9f16fc0192eb1d506af525853.tar.gz
ruby-5d9373713cc5fbd9f16fc0192eb1d506af525853.tar.xz
ruby-5d9373713cc5fbd9f16fc0192eb1d506af525853.zip
* common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]
* enc/make_encdb.rb, enc/trans/make_transdb.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5aa12a8fa..bd90cd4f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -204,5 +204,3 @@ distclean-local::
ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP)
$(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c
-
-MKPREP = $(PREP) $(RBCONFIG)