File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22#
33# Makefile for the pltcl shared object
44#
5- # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.29 2001/05/09 20:19:30 momjian Exp $
5+ # $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.30 2001/05/09 20:30:09 momjian Exp $
66#
77# -------------------------------------------------------------------------
88
@@ -100,9 +100,9 @@ tcl_unknown: $(top_builddir)/src/Makefile.global \
100100 modules/pltcl_delmod.in \
101101 modules/pltcl_listmod.in
102102ifeq ($(enable_pltcl_unknown ) , yes)
103- sed -e 's/ @TCLSH@/ $(TCLSH)/ g' modules/pltcl_loadmod.in > modules/pltcl_loadmod
104- sed -e 's/ @TCLSH@/ $(TCLSH)/ g' modules/pltcl_delmod.in > modules/pltcl_delmod
105- sed -e 's/ @TCLSH@/ $(TCLSH)/ g' modules/pltcl_listmod.in > modules/pltcl_listmod
103+ sed -e 's, @TCLSH@, $(TCLSH), g' modules/pltcl_loadmod.in > modules/pltcl_loadmod
104+ sed -e 's, @TCLSH@, $(TCLSH), g' modules/pltcl_delmod.in > modules/pltcl_delmod
105+ sed -e 's, @TCLSH@, $(TCLSH), g' modules/pltcl_listmod.in > modules/pltcl_listmod
106106 chmod a+x modules/pltcl_loadmod modules/pltcl_delmod modules/pltcl_listmod
107107endif
108108
You can’t perform that action at this time.
0 commit comments