* On case insensitive filesystems, INSTALL is seen as the target install,
resulting in no installation at all.
--- cutils-1.6/Makefile.in
+++ cutils-1.6/Makefile.in
@@ -8,6 +8,8 @@
(cd $$f && $(MAKE) $@); \
done
+.PHONY : install
+
distclean:
@for f in $(subdirs); do \
(cd $$f && $(MAKE) $@); \