diff options
Diffstat (limited to 'src/test/thread/Makefile')
-rw-r--r-- | src/test/thread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/thread/Makefile b/src/test/thread/Makefile index fda66bdbfde..b932d10a26c 100644 --- a/src/test/thread/Makefile +++ b/src/test/thread/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 2003-2010, PostgreSQL Global Development Group # -# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.6 2010/01/02 16:58:16 momjian Exp $ +# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.7 2010/07/05 18:54:38 tgl Exp $ # #------------------------------------------------------------------------- @@ -18,7 +18,7 @@ all: thread_test thread_test: thread_test.o # no need for $LIBS, might not be compiled yet - $(CC) $(CFLAGS) $(LDFLAGS) $^ $(PTHREAD_LIBS) -o $@ + $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_EX) $^ $(PTHREAD_LIBS) -o $@ clean distclean maintainer-clean: rm -f thread_test$(X) thread_test.o |