From: ian Date: Wed, 16 Mar 2005 21:09:56 +0000 (+0000) Subject: + * Add .PHONY: install to Makefile, to help people with demented fs's. X-Git-Tag: before-srv-2006-04-04~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=cc1cc02a92d3330e91ed7f2584688d277350fbba + * Add .PHONY: install to Makefile, to help people with demented fs's. @@ -5,6 +5,7 @@ + * Add .PHONY: install to Makefile, to help people with demented fs's. --- diff --git a/Makefile.in b/Makefile.in index 1583602..18cf2fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -75,3 +75,5 @@ README: README.html TAGS info dvi: # do nothing + +.PHONY: install #people with case-insensitive filesystems lose otherwise! diff --git a/changelog b/changelog index 055bb3a..ff0c3bc 100644 --- a/changelog +++ b/changelog @@ -5,6 +5,7 @@ adns (1.2); urgency=medium * Clarified GPL-vs-LGPL: a bit less hostile and a bit more mercenary. * Allow `;'-comments in resolv.conf (report from Colin Charles). * Added a TODO list item. + * Add .PHONY: install to Makefile, to help people with demented fs's. --