summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-04-26 18:32:33 +0000
committerBruce Momjian2004-04-26 18:32:33 +0000
commit095ed37f1337c156c3bcd52e057441a5ecc519c2 (patch)
tree9b3aad2ee426aeecabfcb4a4d13b2feba1b99d3a
parentefc34e29a27bf60a9ddcaf00084f16727979488b (diff)
Fix subdir for thread test program.
-rw-r--r--src/tools/thread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/thread/Makefile b/src/tools/thread/Makefile
index 942e289e78a..923a802b88e 100644
--- a/src/tools/thread/Makefile
+++ b/src/tools/thread/Makefile
@@ -4,11 +4,11 @@
#
# Copyright (C) 2003 by PostgreSQL Global Development Team
#
-# $PostgreSQL: pgsql/src/tools/thread/Makefile,v 1.6 2004/04/25 20:47:56 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/thread/Makefile,v 1.7 2004/04/26 18:32:33 momjian Exp $
#
#-------------------------------------------------------------------------
-subdir = tools/thread
+subdir = src/tools/thread
top_builddir = ../../..
include $(top_builddir)/src/Makefile.global