diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile index 3589476338713536d595ace6f89c6bd0ebf71591..c4139946d9d28505300b0a6cf8a7ea291284adbd 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.26 2000/06/12 02:23:47 momjian 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 b664d8a791869495f0ae37daf489b0cf113a24e4..2adff5164939f75257ef8cf7e696900415f146bd 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.15 2000/05/29 05:45:54 tgl Exp $ +# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.16 2000/06/12 02:23:52 momjian Exp $ # #------------------------------------------------------------------------- @@ -124,7 +124,7 @@ endif # Makefile.tcldefs: mkMakefile.tcldefs.sh - /bin/sh mkMakefile.tcldefs.sh + /bin/sh ./mkMakefile.tcldefs.sh # # Clean