diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-31 08:44:02 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-08-31 08:44:02 +0000 |
commit | ca1c6093d69637ffeff4aba2abb0c3f2b98c939d (patch) | |
tree | 23035b3d088d129fc3da8d8ac7700327921519cf /common.mk | |
parent | babb80f4a9562db3b45792059bf8e21c22ed2058 (diff) | |
download | ruby-ca1c6093d69637ffeff4aba2abb0c3f2b98c939d.tar.gz |
common.mk: broken nmake
* common.mk: VPATH in dependencies works. [Bug #6956]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -560,7 +560,7 @@ $(ENC_MK): $(srcdir)/enc/make_encmake.rb $(srcdir)/enc/Makefile.in $(srcdir)/enc PHONY: -parse.c: {$(VPATH)}parse.y $(srcdir)/tool/ytab.sed id.h +parse.c: {$(VPATH)}parse.y $(srcdir)/tool/ytab.sed {$(VPATH)}id.h parse.h: {$(VPATH)}parse.c {$(srcdir)}.y.c: |