projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efc34e2
)
Fix subdir for thread test program.
author
Bruce Momjian
<bruce@momjian.us>
Mon, 26 Apr 2004 18:32:33 +0000
(18:32 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 26 Apr 2004 18:32:33 +0000
(18:32 +0000)
src/tools/thread/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/thread/Makefile
b/src/tools/thread/Makefile
index 942e289e78ad6cec71b42dd0692362db78357573..923a802b88e9daf7f73259f21b4d780e147c03f9 100644
(file)
--- 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