From 6f5e2cb3ea48815d6e1d45d95dbe69176a46926a Mon Sep 17 00:00:00 2001 From: Mark Slee Date: Thu, 25 Jan 2007 08:01:28 +0000 Subject: [PATCH] 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 --- test/cpp/Makefile.thrift | 2 +- test/java/build.xml | 2 +- test/php/Makefile | 2 +- test/py/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/cpp/Makefile.thrift b/test/cpp/Makefile.thrift index 53f43b3b..b8bcd44e 100644 --- a/test/cpp/Makefile.thrift +++ b/test/cpp/Makefile.thrift @@ -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++ diff --git a/test/java/build.xml b/test/java/build.xml index d7ebba0e..52b00330 100644 --- a/test/java/build.xml +++ b/test/java/build.xml @@ -13,7 +13,7 @@ - + diff --git a/test/php/Makefile b/test/php/Makefile index 48394b2d..57c621c5 100644 --- a/test/php/Makefile +++ b/test/php/Makefile @@ -7,7 +7,7 @@ target: all # Tools -THRIFT = ../../compiler/cpp/bin/thrift +THRIFT = ../../compiler/cpp/thrift all: normal inline diff --git a/test/py/Makefile b/test/py/Makefile index fa982247..b4b27188 100644 --- a/test/py/Makefile +++ b/test/py/Makefile @@ -7,7 +7,7 @@ target: all # Tools -THRIFT = ../../compiler/cpp/bin/thrift +THRIFT = ../../compiler/cpp/thrift all: stubs -- 2.17.1