summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:01:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-20 12:01:21 +0000
commit3b3d2006c2251c1a007fd362729c36b0a26149c0 (patch)
tree9a7abf10b5c8bcec9bc3fbf45f0d00326c2114c5
parent4c37c520e2443097268356d784a1179589d3bad4 (diff)
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
-rw-r--r--ChangeLog5
-rw-r--r--common.mk2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e86ba2c50..52790145a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)).
diff --git a/common.mk b/common.mk
index 4971a3b34a..bad934697f 100644
--- a/common.mk
+++ b/common.mk
@@ -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)