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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Cc: p_samson(at)yahoo(dot)com
Subject: Re: BUG #1016: incomplete src/bin/pgtclsh/Makefile
Date: 2003-12-19 11:55:51
Message-ID: 200312191255.51912.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-19 11:59:48 Re: BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile
Previous Message PostgreSQL Bugs List 2003-12-19 11:12:26 BUG #1019: src/pl/tcl/pltcl.c