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).
This commit is contained in:
Jan Lindemann 2008-12-24 09:34:59 +00:00 committed by Jan Lindemann
commit 1df9065b76

View file

@ -12,7 +12,7 @@ SUBDIRS = inst/pre \
doc \
base \
YFamily \
hash \
hashfunc \
lbuffer cache \
YMisc YMem YOptString \
gtopts \