mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
f3831d69ad
commit
1df9065b76
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@ SUBDIRS = inst/pre \
|
||||||
doc \
|
doc \
|
||||||
base \
|
base \
|
||||||
YFamily \
|
YFamily \
|
||||||
hash \
|
hashfunc \
|
||||||
lbuffer cache \
|
lbuffer cache \
|
||||||
YMisc YMem YOptString \
|
YMisc YMem YOptString \
|
||||||
gtopts \
|
gtopts \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue