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

Started by PostgreSQL Bugs Listover 22 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

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)

#2Peter Eisentraut
peter_e@gmx.net
In reply to: PostgreSQL Bugs List (#1)
Re: BUG #1016: incomplete src/bin/pgtclsh/Makefile

"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.