chiark / gitweb /
+ * Add .PHONY: install to Makefile, to help people with demented fs's.
[adns.git] / Makefile.in
index 869bfaf77e9c3aabb7c3561a65a78cf483e915d3..18cf2fe75ea995b8dc6ece902e82bf112a1f5915 100644 (file)
@@ -23,7 +23,7 @@
 
 # Remember to change ADNS_VERSION_STRING in client/client.h too, and
 # possibly library soname (MAJOR and MINOR in settings.make.in).
-DISTVERSION=   pre-1.0-1
+DISTVERSION=   1.1
 
 srcdir=                @srcdir@
 VPATH=         @srcdir@
@@ -75,3 +75,5 @@ README:                       README.html
 
 TAGS info dvi:
        # do nothing
+
+.PHONY: install #people with case-insensitive filesystems lose otherwise!