Thread: BUG #1016: incomplete src/bin/pgtclsh/Makefile

BUG #1016: incomplete src/bin/pgtclsh/Makefile

From
"PostgreSQL Bugs List"
Date:
The following bug has been logged online:

Bug reference:      1016
Logged by:          Patrick Samson
Email address:      p_samson@yahoo.com
PostgreSQL version: 7.3.5
Operating system:   Cygwin
Description:        incomplete src/bin/pgtclsh/Makefile
Details:

"make install" fails on cygwin for pgtclsh:

in src/bin/pgtclsh/Makefile, add $(X) to the end of every occurrence of 'pgtclsh' and 'pgtksh' as part of a command.

Example:
$(INSTALL_PROGRAM) pgtclsh$(X) $(DESTDIR)$(bindir)/pgtclsh$(X)

Re: BUG #1016: incomplete src/bin/pgtclsh/Makefile

From
Peter Eisentraut
Date:
> "make install" fails on cygwin for pgtclsh:
>
> in src/bin/pgtclsh/Makefile, add $(X) to the end of every occurrence of
> 'pgtclsh' and 'pgtksh' as part of a command.
>
> Example:
> $(INSTALL_PROGRAM) pgtclsh$(X) $(DESTDIR)$(bindir)/pgtclsh$(X)

Fixed.