diff options
| author | Tom Lane | 1998-10-18 19:41:00 +0000 |
|---|---|---|
| committer | Tom Lane | 1998-10-18 19:41:00 +0000 |
| commit | e1942f5b9e1c71e3f5e912ab9ffeb1e34339845d (patch) | |
| tree | bd94766d228875c33dc468f3deb2c53c5dec69c3 /src/pl/tcl | |
| parent | 14f4ca009c259330dbb43b1cccc49c9fd7a98c58 (diff) | |
Clean up shared makefile install procedures.
Get the permissions right, don't overwrite real files with symlinks, etc.
plpgsql and odbc still aren't fully up to speed, but at least they don't crash and burn...
Diffstat (limited to 'src/pl/tcl')
| -rw-r--r-- | src/pl/tcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index d21164c009b..6ffe172ca01 100644 --- a/src/pl/tcl/Makefile +++ b/src/pl/tcl/Makefile @@ -4,7 +4,7 @@ # Makefile for the pltcl shared object # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.8 1998/10/17 23:33:23 tgl Exp $ +# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.9 1998/10/18 19:41:00 tgl Exp $ # #------------------------------------------------------------------------- @@ -89,7 +89,7 @@ ifeq ($(TCL_SHARED_BUILD),1) all: $(INFILES) install: all - $(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJS) $(LIBDIR)/$(DLOBJS) + $(INSTALL) $(INSTL_SHLIB_OPTS) $(DLOBJS) $(LIBDIR)/$(DLOBJS) else |
