summaryrefslogtreecommitdiff
path: root/src/pl
diff options
context:
space:
mode:
authorBruce Momjian1998-04-06 01:16:55 +0000
committerBruce Momjian1998-04-06 01:16:55 +0000
commit5523beb949241d9ed498aa51eb6c91f7100e7e46 (patch)
tree29eb45d2725ed40803acb8c2e43050832006d05e /src/pl
parent47364f315bf0dd5a09c854f3681e8d5e9faad5b1 (diff)
Re-introduce $DISTDIR.
Diffstat (limited to 'src/pl')
-rw-r--r--src/pl/tcl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile
index c5d9376a61e..45075147638 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.3 1998/04/06 00:31:59 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.4 1998/04/06 01:16:55 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -87,6 +87,6 @@ clean:
rm -f Makefile.tcldefs
install: all
- $(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJS) $(LIBDIR)/$(DLOBJS)
+ $(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJS) $(DESTDIR)$(LIBDIR)/$(DLOBJS)
dep depend: