diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-15 00:09:26 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-06-15 00:09:26 +0000 |
commit | a1a529e603dbe3b1323ce6a253d69050ad197394 (patch) | |
tree | 65e4b08980f6ebbdbe78572b613fb701f7791b6c /Makefile.in | |
parent | 1d408c933a3e07a6f314e8986733020ea746091b (diff) | |
download | ruby-a1a529e603dbe3b1323ce6a253d69050ad197394.tar.gz |
* Makefile.in (clean-enc): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d650fccc38..b94d86e06c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -281,7 +281,7 @@ clean-extout: clean-enc distclean-enc realclean-enc: @test -f "$(ENC_MK)" || exit 0; \ echo $(@:-enc=ing) encodings; \ - exec $(MAKE) -f $(ENC_MK) $(MFLAGS) $(@F) + exec $(MAKE) -f $(ENC_MK) $(MFLAGS) $(@:-enc=) ext/extinit.$(OBJEXT): ext/extinit.c $(SETUP) $(CC) $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c ext/extinit.c |