* Makefile.in (lex.c): use $? instead of $<.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8627fc3c10
commit
81096d395c
@ -1,3 +1,7 @@
|
|||||||
|
Sun Mar 7 16:22:26 2004 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||||
|
|
||||||
|
* Makefile.in (lex.c): use $? instead of $<.
|
||||||
|
|
||||||
Sun Mar 7 05:34:42 2004 Minero Aoki <aamine@loveruby.net>
|
Sun Mar 7 05:34:42 2004 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
* lib/net/http.rb: HTTPHeader keeps its header fields as an array.
|
* lib/net/http.rb: HTTPHeader keeps its header fields as an array.
|
||||||
|
@ -259,7 +259,7 @@ $(srcdir)/configure: $(srcdir)/configure.in
|
|||||||
|
|
||||||
lex.c: keywords
|
lex.c: keywords
|
||||||
@-rm -f $@
|
@-rm -f $@
|
||||||
gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k1,3,$$ $< > $@ || \
|
gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k1,3,$$ $? > $@ || \
|
||||||
cp "$(srcdir)/$@" .
|
cp "$(srcdir)/$@" .
|
||||||
|
|
||||||
.y.c:
|
.y.c:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user