changeset 22053:d0b456c672a9

Mark phony targets as such.
author diego
date Tue, 30 Jan 2007 11:01:10 +0000
parents d90d335368b1
children 9be62c47daa5
files Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jan 30 11:00:54 2007 +0000
+++ b/Makefile	Tue Jan 30 11:01:10 2007 +0000
@@ -428,3 +428,6 @@
 ifneq ($(wildcard .depend),)
 include .depend
 endif
+
+.PHONY: all install* uninstall dirclean clean distclean strip dep depend
+.PHONY: doxygen doxygen_clean