From: Ian Lynagh Date: Thu, 10 Jul 2008 13:46:56 +0000 (+0000) Subject: Remove a redundant comment X-Git-Tag: Before_cabalised-GHC~33 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a05d3018de55f57b7a2aaf810f1ce5a7f07d4f04 Remove a redundant comment --- diff --git a/compiler/Makefile b/compiler/Makefile index 34f2ea3..e23cbce 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -110,15 +110,6 @@ endif endif boot :: stage_dirs -# On Windows, we can't use symbolic links for the -hi-boot files -# because GHC itself is a Mingw program and does not understand -# symbolic links. So we have to copy the files instead of link them. -# That means that if you modify a .hi-boot file in Windows, you -# have to to say 'make boot' again. -# -# PS: 'ln -s foo baz' takes 'foo' relative to the path to 'baz' -# whereas 'cp foo baz' treats the two paths independently. -# Hence the "../.." in the ln command line ifeq "$(stage)" "1" HC=$(GHC)