mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-01-05 21:34:14 +01:00
11 lines
238 B
Diff
11 lines
238 B
Diff
Avoid "make: `install' is up to date." on case insensitive filesystems
|
|
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -86,3 +86,5 @@
|
|
dist: tar.bz2
|
|
|
|
# ------------------------------------------------------------------------
|
|
+
|
|
+.PHONY: install
|