Re: BUG #1016: incomplete src/bin/pgtclsh/Makefile - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #1016: incomplete src/bin/pgtclsh/Makefile
Date
Msg-id 200312191255.51912.peter_e@gmx.net
Whole thread Raw
In response to BUG #1016: incomplete src/bin/pgtclsh/Makefile  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List 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.

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1019: src/pl/tcl/pltcl.c
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #1017: Incomplete src/interfaces/libpgtcl/Makefile