Fix relative paths in test dirs
authorMark Slee <mcslee@apache.org>
Thu, 25 Jan 2007 08:01:28 +0000 (08:01 +0000)
committerMark Slee <mcslee@apache.org>
Thu, 25 Jan 2007 08:01:28 +0000 (08:01 +0000)
Reviewed By: makefile

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664950 13f79535-47bb-0310-9956-ffa450edef68

test/cpp/Makefile.thrift
test/java/build.xml
test/php/Makefile
test/py/Makefile

index 53f43b3..b8bcd44 100644 (file)
@@ -24,7 +24,7 @@ include_flags = $(patsubst %,-I%, $(include_paths))
 
 # Tools
 ifndef THRIFT
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
 endif # THRIFT
 
 CC     = g++
index d7ebba0..52b0033 100644 (file)
@@ -13,7 +13,7 @@
   </target>
 
   <target name="generate">
-    <exec executable="../../compiler/cpp/bin/thrift">
+    <exec executable="../../compiler/cpp/thrift">
       <arg line="--java ../ThriftTest.thrift" />
     </exec>
   </target>
index 48394b2..57c621c 100644 (file)
@@ -7,7 +7,7 @@
 target: all
 
 # Tools
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
 
 all: normal inline
 
index fa98224..b4b2718 100644 (file)
@@ -7,7 +7,7 @@
 target: all
 
 # Tools
-THRIFT = ../../compiler/cpp/bin/thrift
+THRIFT = ../../compiler/cpp/thrift
 
 all: stubs