summaryrefslogtreecommitdiff
blob: 67318d0f55d8fc7a4d2906ebef63ebcce3d0d185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
* 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) $@); \