Bugzilla – Bug 202
make install failure on cygwin
Last modified: 2008-08-17 11:37:38 MDT
mktemp apparently has some support for cygwin, as it knows about EXEEXT, but I'm getting a failure when I do "make install" It tries to install the man page as mktemp.exe.1, because it uses $(PROG).$(mantype) and PROG is mktemp$(EXEEXT). That works on most systems (that don't use EXEEXT) but on cygwin EXEEXT is set to ".exe"
Fixed in mktemp 1.6