summaryrefslogtreecommitdiff
path: root/src/pl
diff options
context:
space:
mode:
authorBruce Momjian1998-04-06 16:53:15 +0000
committerBruce Momjian1998-04-06 16:53:15 +0000
commit471dbbc2238701a0191cd3dca1388f4b0a5641e7 (patch)
tree429c3c81b370ee6a87a9854314838541f214d1b7 /src/pl
parent0bf814117227906fc089011420add221f69be5c2 (diff)
DESTDIR removed, again.
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 45075147638..c1768e82abd 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.4 1998/04/06 01:16:55 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.5 1998/04/06 16:53:15 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -87,6 +87,6 @@ clean:
rm -f Makefile.tcldefs
install: all
- $(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJS) $(DESTDIR)$(LIBDIR)/$(DLOBJS)
+ $(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJS) $(LIBDIR)/$(DLOBJS)
dep depend: