File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.25 2000/03/08 01:58:21 momjian Exp $
10
+ # $Header: /cvsroot/pgsql/src/bin/pgtclsh/Attic/Makefile,v 1.25.2.1 2000/09/23 22:51:19 tgl Exp $
11
11
#
12
12
# -------------------------------------------------------------------------
13
13
@@ -59,10 +59,10 @@ install_tk: pgtksh
59
59
$(INSTALL ) $(INSTL_EXE_OPTS ) pgtksh $(BINDIR ) /pgtksh
60
60
61
61
Makefile.tcldefs : mkMakefile.tcldefs.sh
62
- /bin/sh mkMakefile.tcldefs.sh
62
+ /bin/sh ./ mkMakefile.tcldefs.sh
63
63
64
64
Makefile.tkdefs : mkMakefile.tkdefs.sh
65
- /bin/sh mkMakefile.tkdefs.sh
65
+ /bin/sh ./ mkMakefile.tkdefs.sh
66
66
67
67
clean :
68
68
rm -f * .o Makefile.t* defs pgtclsh pgtksh
Original file line number Diff line number Diff line change 4
4
# Makefile for the pltcl shared object
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.14 2000/05 /23 02:12:44 tgl Exp $
7
+ # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.14.2.1 2000/09 /23 22:51:18 tgl Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -124,7 +124,7 @@ endif
124
124
#
125
125
126
126
Makefile.tcldefs : mkMakefile.tcldefs.sh
127
- /bin/sh mkMakefile.tcldefs.sh
127
+ /bin/sh ./ mkMakefile.tcldefs.sh
128
128
129
129
#
130
130
# Clean
You can’t perform that action at this time.
0 commit comments