diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-08 03:49:07 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-08 03:49:07 +0000 |
| commit | 888fdd95eea015b9e1a5e919c57bdd2e0b3d3f69 (patch) | |
| tree | 4560efb6e043cd0f9679d3144829d7e592d73c6b /win32 | |
| parent | f115b92860919f62ff1114f5780cefd9d9c32292 (diff) | |
| download | ruby-888fdd95eea015b9e1a5e919c57bdd2e0b3d3f69.tar.gz ruby-888fdd95eea015b9e1a5e919c57bdd2e0b3d3f69.tar.xz ruby-888fdd95eea015b9e1a5e919c57bdd2e0b3d3f69.zip | |
* {win32,wince}/Makefile.sub: add lex.c rule.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 9d989d5ac..b27866adb 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -549,6 +549,9 @@ $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: $(RBCONFIG) .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 > $@ |
