diff options
| author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2005-11-28 12:03:56 +0000 |
|---|---|---|
| committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2005-11-28 12:03:56 +0000 |
| commit | ec9f81b4ae6ee96c49187ab5b70f92f60f121d08 (patch) | |
| tree | 00661ef9f4c44e99e3d3252132805573e7bdae31 /src/Makefile | |
| parent | 3d376fce8dd45d43fb6dbeb5a08c08400a589ff8 (diff) | |
| download | postgresql-ec9f81b4ae6ee96c49187ab5b70f92f60f121d08.tar.gz | |
Install pg_regress where PGXS' "make installcheck" can find it.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 0963f88a8f..03854405ae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/Makefile,v 1.36 2005/01/13 18:23:21 tgl Exp $ +# $PostgreSQL: pgsql/src/Makefile,v 1.37 2005/11/28 12:03:56 alvherre Exp $ # #------------------------------------------------------------------------- @@ -24,6 +24,7 @@ all install installdirs uninstall dep depend distprep: $(MAKE) -C pl $@ $(MAKE) -C makefiles $@ $(MAKE) -C utils $@ + $(MAKE) -C test/regress $@ install: install-local |
