Mark some targets as phony, so that case-insensitive systems
authoraland <aland>
Fri, 17 Jan 2003 17:00:11 +0000 (17:00 +0000)
committeraland <aland>
Fri, 17 Jan 2003 17:00:11 +0000 (17:00 +0000)
like MACOSX don't get excited that INSTALL exists, and refuse
to 'make install'

Makefile

index ea2baa4..3ae8da0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@
 
 include Make.inc
 
+.PHONY: all clean install
+
 SUBDIRS                = ${LIBLTDLPATH} src raddb scripts
 WHAT_TO_MAKE   = all