'make install' on Cygwin



About this list Date view Thread view Subject view Author view

Malcolm Wallace (malcolm-nhc@cs.york.ac.uk)
Wed, 21 Feb 2001 11:29:09 +0000


Several people have reported that 'make install' on a Cygwin machine says simply 'install is up to date', and refuses to install nhc98. The following patch fixes the problem for both source and binary distributions. It is also available from the website as patch-1.02-install. Regards, Malcolm ----cut here---- diff -u nhc98-1.02/Makefile nhc98-1.02x/Makefile --- nhc98-1.02/Makefile Tue Feb 20 13:53:32 2001 +++ nhc98-1.02x/Makefile Wed Feb 21 11:16:01 2001 @@ -152,6 +152,8 @@ ccompiler cprelude cgreencard cpragma chmake \ tracecompiler-nhc tracecompiler-hbc tracecompiler-ghc +.PHONY: basic all tracer compiler help config install + ##### compiler build + install scripts


About this list Date view Thread view Subject view Author view