diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-30 03:18:45 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-30 03:18:45 +0000 |
commit | 6a734c810c09a1eb40ed1382bfda59fc7d389cb2 (patch) | |
tree | 0d526ca7552c09abc0b235a340177da7f01a6a81 /Makefile.in | |
parent | df456060b93c445308a02ac6ed175ce05279fb7f (diff) |
* common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]
* enc/make_encdb.rb, enc/trans/make_transdb.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 5aa12a8fa7..bd90cd4f77 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) |