From 1df9065b7687935c525168c8f1d36c0eb239aebe Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 24 Dec 2008 09:34:59 +0000 Subject: [PATCH] Makefile: Fix name clash of "hash" on Windows Rename directory hash to hashfunc, because "hash" clashed with HASH in case insensitive file systems (notably on Windows). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a592efd..98e19c6c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ SUBDIRS = inst/pre \ doc \ base \ YFamily \ - hash \ + hashfunc \ lbuffer cache \ YMisc YMem YOptString \ gtopts \