Commit 55d5b585 authored by Tom Lane's avatar Tom Lane

GNUmakefile failed to provide a way to invoke perl Makefile's

'make test' target.
parent 9a561357
......@@ -4,7 +4,7 @@
# Makefile according to its own ideas and then invoke the rules from
# that file.
#
# $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 $
subdir = src/interfaces/perl5
top_builddir = ../../..
......@@ -21,6 +21,9 @@ Makefile: Makefile.PL
libpq-all:
$(MAKE) -C $(libpq_builddir) all
test: Makefile
$(MAKE) -f $< test
# The klugery here is to ensure that the perl5 shared library gets
# built with the correct path to the installed location of libpq
# during `make install', but is built against the local tree during
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment