diff options
| author | Bruce Momjian <bruce@momjian.us> | 2001-05-09 20:30:09 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2001-05-09 20:30:09 +0000 |
| commit | 0007be5da78d381fe3d7911ba758812e096cbc28 (patch) | |
| tree | cf195af6ccfa121565bbac0c8945f3b8abc8e745 /src | |
| parent | 6c6ca047ed97ab218745b1dc2359c6afc777cf3e (diff) | |
More cleanups to generate tcl unknown from Makefile.
Diffstat (limited to 'src')
| -rw-r--r-- | src/pl/tcl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index ac7c0ee4bd1..a15ff72c3be 100644 --- a/src/pl/tcl/Makefile +++ b/src/pl/tcl/Makefile @@ -2,7 +2,7 @@ # # Makefile for the pltcl shared object # -# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.29 2001/05/09 20:19:30 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.30 2001/05/09 20:30:09 momjian Exp $ # #------------------------------------------------------------------------- @@ -100,9 +100,9 @@ tcl_unknown: $(top_builddir)/src/Makefile.global \ modules/pltcl_delmod.in \ modules/pltcl_listmod.in ifeq ($(enable_pltcl_unknown), yes) - sed -e 's/@TCLSH@/$(TCLSH)/g' modules/pltcl_loadmod.in > modules/pltcl_loadmod - sed -e 's/@TCLSH@/$(TCLSH)/g' modules/pltcl_delmod.in > modules/pltcl_delmod - sed -e 's/@TCLSH@/$(TCLSH)/g' modules/pltcl_listmod.in > modules/pltcl_listmod + sed -e 's,@TCLSH@,$(TCLSH),g' modules/pltcl_loadmod.in > modules/pltcl_loadmod + sed -e 's,@TCLSH@,$(TCLSH),g' modules/pltcl_delmod.in > modules/pltcl_delmod + sed -e 's,@TCLSH@,$(TCLSH),g' modules/pltcl_listmod.in > modules/pltcl_listmod chmod a+x modules/pltcl_loadmod modules/pltcl_delmod modules/pltcl_listmod endif |
