1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Back-patch fix for '.' not in PATH at build time, per SL Baur.

This commit is contained in:
Tom Lane
2000-09-23 22:51:19 +00:00
parent 6a3bbdf7b3
commit c954088b83
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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