We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a56135 commit 55d5b58Copy full SHA for 55d5b58
src/interfaces/perl5/GNUmakefile
@@ -4,7 +4,7 @@
4
# Makefile according to its own ideas and then invoke the rules from
5
# that file.
6
#
7
-# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.4 2000/11/16 16:21:55 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.5 2000/11/17 00:08:57 tgl Exp $
8
9
subdir = src/interfaces/perl5
10
top_builddir = ../../..
@@ -21,6 +21,9 @@ Makefile: Makefile.PL
21
libpq-all:
22
$(MAKE) -C $(libpq_builddir) all
23
24
+test: Makefile
25
+ $(MAKE) -f $< test
26
+
27
# The klugery here is to ensure that the perl5 shared library gets
28
# built with the correct path to the installed location of libpq
29
# during `make install', but is built against the local tree during
0 commit comments