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

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1016: incomplete src/bin/pgtclsh/Makefile
Date: 2003-12-19 10:25:58
Message-ID: 20031219102558.11A01CF87BD@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1016
Logged by: Patrick Samson
Email address: p_samson(at)yahoo(dot)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)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Marek Lewczuk 2003-12-19 10:38:41 Re: [GENERAL] CASE in where statement. BUG ??
Previous Message Csaba Nagy 2003-12-19 10:22:35 Re: [GENERAL] CASE in where statement. BUG ??