From 655306d32ca73ae8b046207f0ca8c599a1934667 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Thu, 8 Apr 2010 19:20:29 +0200 Subject: win32: Config.in: ln hardlink is supported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nguyễn Thái Ngọc Duy --- coreutils/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreutils/Config.in b/coreutils/Config.in index 4bce42411..925d94837 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -380,7 +380,7 @@ config LENGTH config LN bool "ln" default n - depends on PLATFORM_POSIX + depends on PLATFORM_POSIX || PLATFORM_MINGW32 help ln is used to create hard or soft links between files. -- cgit v1.2.3-55-g6feb