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 | |
| 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')
| -rw-r--r-- | src/pl/plpgsql/src/Makefile.in | 4 | ||||
| -rw-r--r-- | src/pl/tcl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/plpgsql/src/Makefile.in b/src/pl/plpgsql/src/Makefile.in index a4092278ead..eeb8271b26f 100644 --- a/src/pl/plpgsql/src/Makefile.in +++ b/src/pl/plpgsql/src/Makefile.in @@ -4,7 +4,7 @@ # Makefile for the plpgsql shared object # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.8 1998/10/12 01:23:29 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.9 1998/10/18 19:40:58 tgl Exp $ # #------------------------------------------------------------------------- @@ -113,7 +113,7 @@ clean: rm -f *.o y.tab.h pl.tab.h pl_gram.c gram.c pl_scan.c scan.c install: all - $(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJ) $(DESTDIR)$(LIBDIR)/$(DLOBJ) + $(INSTALL) $(INSTL_SHLIB_OPTS) $(DLOBJ) $(DESTDIR)$(LIBDIR)/$(DLOBJ) $(DLOBJ): $(OBJS) $(LD) $(LDFLAGS_SL) -o $@ $(OBJS) 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 |
