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
|