You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/cutils/files/cutils-1.6-case-insensitive...

15 lines
312 B

* 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) $@); \