From a05d3018de55f57b7a2aaf810f1ce5a7f07d4f04 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 10 Jul 2008 13:46:56 +0000 Subject: [PATCH] Remove a redundant comment --- compiler/Makefile | 9 --------- 1 file changed, 9 deletions(-) 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) -- 1.7.10.4