Re: [BUGS] BUG #1016: incomplete src/bin/pgtclsh/Makefile

2003-12-19 Thread Peter Eisentraut
> "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. ---(end of broadca

[BUGS] BUG #1016: incomplete src/bin/pgtclsh/Makefile

2003-12-19 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1016 Logged by: Patrick Samson Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.5 Operating system: Cygwin Description:incomplete src/bin/pgtclsh/Makefile Details: "make install" fails on cygwin for pg