From cc1cc02a92d3330e91ed7f2584688d277350fbba Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 16 Mar 2005 21:09:56 +0000 Subject: [PATCH] + * 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. --- Makefile.in | 2 ++ changelog | 1 + 2 files changed, 3 insertions(+) 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. -- -- 2.30.2