commit | 6f5e2cb3ea48815d6e1d45d95dbe69176a46926a | [log] [tgz] |
---|---|---|
author | Mark Slee <mcslee@apache.org> | 周四 1月 25 08:01:28 2007 +0000 |
committer | Mark Slee <mcslee@apache.org> | 周四 1月 25 08:01:28 2007 +0000 |
tree | 37042e75ca12b1cd06bb65056341d73b12798633 | |
parent | eb0d024ee1ca1cf55b813d4890d6eef388b5ef94 [diff] [blame] |
Fix relative paths in test dirs Reviewed By: makefile git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664950 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/cpp/Makefile.thrift b/test/cpp/Makefile.thrift index 53f43b3..b8bcd44 100644 --- a/test/cpp/Makefile.thrift +++ b/test/cpp/Makefile.thrift
@@ -24,7 +24,7 @@ # Tools ifndef THRIFT -THRIFT = ../../compiler/cpp/bin/thrift +THRIFT = ../../compiler/cpp/thrift endif # THRIFT CC = g++