summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-11 11:35:49 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-11 11:35:49 +0000
commitd705eabd777010b4306c996c9a8a3fc9a2795b7c (patch)
tree470f6031cd260ca6c4cbf3c6f5bebc3eeacea238 /wince
parent200c3aaa25c07fc40cb4bc9b38a51528e2117807 (diff)
* {win32,wince,bcc32}/Makefile.sub: delete lex.c rule.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.sub3
1 files changed, 0 insertions, 3 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index 8107c75b13..56ee9050cd 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -527,9 +527,6 @@ end
.rc.res:
$(RC) -I. -I$(<D) $(iconinc) -I$(srcdir)/win32 $(RFLAGS) -fo$@ $(<:\=/)
-lex.c: {$(srcdir)}lex.c.blt
- copy $(?:/=\) $@
-
{$(srcdir)}.y.c:
$(YACC) $(YFLAGS) $(<:\=/)
sed -e "s!^ *extern char \*getenv();!/* & */!;s/^\(#.*\)y\.tab/\1parse/" y.tab.c > $@