File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $PostgreSQL: pgsql/src/Makefile,v 1.36 2005/01/13 18:23:21 tgl Exp $
7
+ # $PostgreSQL: pgsql/src/Makefile,v 1.37 2005/11/28 12:03:56 alvherre Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -24,6 +24,7 @@ all install installdirs uninstall dep depend distprep:
24
24
$(MAKE ) -C pl $@
25
25
$(MAKE ) -C makefiles $@
26
26
$(MAKE ) -C utils $@
27
+ $(MAKE ) -C test/regress $@
27
28
28
29
install : install-local
29
30
Original file line number Diff line number Diff line change 6
6
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
7
7
# Portions Copyright (c) 1994, Regents of the University of California
8
8
#
9
- # $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.53 2005/11/01 15:09:11 adunstan Exp $
9
+ # $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.54 2005/11/28 12:03:56 alvherre Exp $
10
10
#
11
11
# -------------------------------------------------------------------------
12
12
@@ -55,6 +55,12 @@ pg_regress: pg_regress.sh GNUmakefile $(top_builddir)/src/Makefile.global
55
55
$< > $@
56
56
chmod a+x $@
57
57
58
+ install : pg_regress
59
+ $(INSTALL_SCRIPT ) pg_regress $(DESTDIR )$(pgxsdir ) /$(subdir ) /pg_regress
60
+
61
+ uninstall :
62
+ rm -f $(DESTDIR )$(pgxsdir ) /$(subdir ) /pg_regress
63
+
58
64
59
65
# Build dynamically-loaded object file for CREATE FUNCTION ... LANGUAGE 'C'.
60
66
You can’t perform that action at this time.
0 commit comments