summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-22 11:25:01 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-22 11:25:01 +0000
commit84a57715e1b20e4d06f90139687d8131705ffc18 (patch)
tree0929c0fba7461857f870b224b495d3b5fae4cb00 /Makefile.in
parent8e8d7bb7fcbc0f26ba8c2af36a7abc0e18979ffb (diff)
* Makefile.in (.dmyh.h): removed $(VPATH). GNU make don't
recognize suffix rule with VPATH. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6984bba300..7626ad1067 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -338,7 +338,7 @@ enc/unicode/name2ctype.h: enc/unicode/name2ctype.kwd
$(Q) sed -e 's/RUBY_/RUBY_DTRACE_/g' -e 's/PROBES_H_TMP/PROBES_H/g' -e 's/(char \*/(const char */g' -e 's/, char \*/, const char */g' $@.tmp > $@
$(Q) $(RM) $@.tmp
-{$(VPATH)}.dmyh.h:
+.dmyh.h:
@$(ECHO) copying dummy $(DEST_FILE)
$(Q) $(CP) $(OS_SRC_FILE) $(OS_DEST_FILE)