summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2000-09-23 22:51:19 +0000
committerTom Lane2000-09-23 22:51:19 +0000
commitc954088b83eee2b764ddfafb3825f8c69fb8fd21 (patch)
tree229d2994c97fa15263dfdab70b5f146277532789
parent6a3bbdf7b39cdcb59a45703a69a921c084253ffd (diff)
Back-patch fix for '.' not in PATH at build time, per SL Baur.
-rw-r--r--src/bin/pgtclsh/Makefile6
-rw-r--r--src/pl/tcl/Makefile4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile
index 35894763387..8f4473c44dc 100644
--- a/src/bin/pgtclsh/Makefile
+++ b/src/bin/pgtclsh/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.25 2000/03/08 01:58:21 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.25.2.1 2000/09/23 22:51:19 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -59,10 +59,10 @@ install_tk: pgtksh
$(INSTALL) $(INSTL_EXE_OPTS) pgtksh $(BINDIR)/pgtksh
Makefile.tcldefs: mkMakefile.tcldefs.sh
- /bin/sh mkMakefile.tcldefs.sh
+ /bin/sh ./mkMakefile.tcldefs.sh
Makefile.tkdefs: mkMakefile.tkdefs.sh
- /bin/sh mkMakefile.tkdefs.sh
+ /bin/sh ./mkMakefile.tkdefs.sh
clean:
rm -f *.o Makefile.t*defs pgtclsh pgtksh
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile
index 8400d364f36..013162136a2 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.14 2000/05/23 02:12:44 tgl Exp $
+# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.14.2.1 2000/09/23 22:51:18 tgl Exp $
#
#-------------------------------------------------------------------------
@@ -124,7 +124,7 @@ endif
#
Makefile.tcldefs: mkMakefile.tcldefs.sh
- /bin/sh mkMakefile.tcldefs.sh
+ /bin/sh ./mkMakefile.tcldefs.sh
#
# Clean