diff options
| author | Bruce Momjian | 1998-04-06 16:53:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-04-06 16:53:15 +0000 |
| commit | 471dbbc2238701a0191cd3dca1388f4b0a5641e7 (patch) | |
| tree | 429c3c81b370ee6a87a9854314838541f214d1b7 /src/pl | |
| parent | 0bf814117227906fc089011420add221f69be5c2 (diff) | |
DESTDIR removed, again.
Diffstat (limited to 'src/pl')
| -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 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: |
