projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb171b
)
Remove unnecessary inclusion of libpq into pg_regress --- overly
author
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 04:02:31 +0000
(
04:02
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Wed, 19 Jul 2006 04:02:31 +0000
(
04:02
+0000)
enthusiastic copy and paste ...
src/test/regress/GNUmakefile
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/GNUmakefile
b/src/test/regress/GNUmakefile
index 3542719a4d2e2fb5385881a60300a00c79618075..bc006fa573c7f6d5e2cd15c364c735ae68f785e7 100644
(file)
--- a/
src/test/regress/GNUmakefile
+++ b/
src/test/regress/GNUmakefile
@@
-50,7
+50,7
@@
EXTRADEFS = '-DPGBINDIR="$(bindir)"' \
all: submake-libpgport pg_regress$(X)
pg_regress$(X): pg_regress.o
- $(CC) $(CFLAGS) $^ $(
libpq_pgport) $(
LDFLAGS) $(LIBS) -o $@
+ $(CC) $(CFLAGS) $^ $(LDFLAGS) $(LIBS) -o $@
# depend on Makefile.global to ensure that symbol changes propagate
pg_regress.o: pg_regress.c $(top_builddir)/src/Makefile.global