mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: fix for BSD make
* common.mk (incs): BSD make cannot deal with non-prefixed dependency and prefixed target. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c37c520e2
commit
3b3d2006c2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Nov 20 21:01:16 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (incs): BSD make cannot deal with non-prefixed dependency
|
||||
and prefixed target.
|
||||
|
||||
Tue Nov 20 20:10:23 2012 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).
|
||||
|
|
|
@ -860,7 +860,7 @@ srcs-enc: $(ENC_MK)
|
|||
|
||||
all-incs: incs
|
||||
incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}encdb.h {$(VPATH)}transdb.h {$(VPATH)}known_errors.inc \
|
||||
$(srcdir)/revision.h $(REVISION_H) enc/unicode/name2ctype.h {$(VPATH)}id.h {$(VPATH)}probes.dmyh
|
||||
$(srcdir)/revision.h $(REVISION_H) enc/unicode/name2ctype.h {$(VPATH)}id.h $(srcdir)/probes.dmyh
|
||||
|
||||
insns: $(INSNS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue