diff options
| author | Bruce Momjian | 2004-10-06 08:50:02 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2004-10-06 08:50:02 +0000 |
| commit | 513e89b44b86abcd5dce44f51f424fbaa2e0126e (patch) | |
| tree | 57ed31076649f0f460c38104db0fd7ad81d1ad03 /src/port | |
| parent | d42d4272524f643ee6da2836749a37370928b3ad (diff) | |
please find attached an alternate submission which addresses open item
"make pgxs install by default". It is up to the committers to chose.
(1) there is only one "install" target. no more "install-all-headers".
it simplifies/changes several makefiles.
(2) the documentation reflects the change.
(3) a minor fix on pgxs to use a nicer patch without a double slash.
Fabien Coelho
Diffstat (limited to 'src/port')
| -rw-r--r-- | src/port/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/Makefile b/src/port/Makefile index c9c66b9129f..7a01fbc3fb5 100644 --- a/src/port/Makefile +++ b/src/port/Makefile @@ -15,7 +15,7 @@ # for use only by the backend binaries # # IDENTIFICATION -# $PostgreSQL: pgsql/src/port/Makefile,v 1.19 2004/10/04 13:43:58 momjian Exp $ +# $PostgreSQL: pgsql/src/port/Makefile,v 1.20 2004/10/06 08:50:02 momjian Exp $ # #------------------------------------------------------------------------- @@ -36,7 +36,7 @@ LIBOBJS_SRV := $(patsubst thread.o,thread_srv.o, $(LIBOBJS_SRV)) all: libpgport.a libpgport_srv.a # libpgport is needed by some contrib -install-all-headers: +install: $(INSTALL_STLIB) libpgport.a $(DESTDIR)$(libdir) uninstall: |
