We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent080af3d commitd79ab78Copy full SHA for d79ab78
src/interfaces/python/GNUmakefile
@@ -4,7 +4,7 @@
4
#
5
# Written by Peter Eisentraut <peter_e@gmx.net>
6
7
-# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.4 2001/02/04 13:21:46 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/python/Attic/GNUmakefile,v 1.5 2001/02/07 18:22:10 petere Exp $
8
9
#-------------------------------------------------------------------
10
@@ -28,7 +28,7 @@ Makefile.pre.in: $(python_extmakefile)
28
Setup.in: Setup.in.raw
29
sed -e's,@libpq_srcdir@,$(libpq_srcdir),g'\
30
-e's,@libpq_builddir@,$(libpq_builddir),g'\
31
- -e's%@EXTRA_LIBS@%$(LDFLAGS) $(LIBS)%g'\
+ -e's%@EXTRA_LIBS@%$(filter -L%, $(LDFLAGS)) $(LIBS)%g'\
32
-e's,@pg_includedir@,$(top_srcdir)/src/include,g'\
33
$<>$@
34