mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
98258515dd
commit
3f5c917860
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Sep 13 09:29:58 2004 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to
|
||||
avoid {$(srcdir)}.
|
||||
|
||||
Mon Sep 13 06:43:42 2004 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
ripper.o: ripper.c lex.c eventids1.c eventids2.c
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c ripper.c
|
||||
# Do not remove "./"; nmake requires this.
|
||||
ripper.o: ./ripper.c lex.c eventids1.c eventids2.c
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c ./ripper.c
|
||||
|
||||
ripper.c: ripper.y
|
||||
bison -t -v -o$@ ripper.y
|
||||
|
|
Loading…
Reference in a new issue