diff options
| author | Bruce Momjian <bruce@momjian.us> | 2000-06-12 02:23:52 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2000-06-12 02:23:52 +0000 |
| commit | 64948dbe1599a25bc9561617d0465cc523bc59fb (patch) | |
| tree | 51ab5fcf9a0fd2d4e9c49f08709d8de0575946f7 /src/bin | |
| parent | 552ce98c74b1a95594beff0d186bd9ea6b594e5f (diff) | |
| download | postgresql-64948dbe1599a25bc9561617d0465cc523bc59fb.tar.gz | |
>> What happened to the patch I sent regarding the bug in the TCL
>> Makefile where the make bombs if "." is not in the builder's path?
>> The last I checked, it wasn't applied and the fix is very easy
>> (explicitly use "./" to call the script).
SL Baur
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pgtclsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pgtclsh/Makefile b/src/bin/pgtclsh/Makefile index 3589476338..c4139946d9 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 |
