diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-11 11:35:49 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-11 11:35:49 +0000 |
| commit | bb16f67ea80bac2d308170fa86d207764f5cb4c8 (patch) | |
| tree | 470f6031cd260ca6c4cbf3c6f5bebc3eeacea238 /bcc32 | |
| parent | b4197d3e654ca0497e20418dd26e2d7ad3c90197 (diff) | |
| download | ruby-bb16f67ea80bac2d308170fa86d207764f5cb4c8.tar.gz ruby-bb16f67ea80bac2d308170fa86d207764f5cb4c8.tar.xz ruby-bb16f67ea80bac2d308170fa86d207764f5cb4c8.zip | |
* {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/Makefile.sub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 4bae931d0..7b85fc3a3 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -482,9 +482,6 @@ $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb -so_name=$(RUBY_SO_NAME) \ . $(icondirs) $(srcdir)/win32 -lex.c: {$(srcdir)}lex.c.blt - copy "$(?:/=\)" $@ - post-install-bin:: @$(NULLCMD) post-install-lib:: |
