Add some PHONYs to the install target in Makefiles.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20090821091758-6am9fbkvy9doooef
This commit is contained in:
Juan RP
2009-08-21 11:17:58 +02:00
parent 5b927b4759
commit 4aac305105
5 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ all:
clean:
-rm -f $(CONF_FILE).new
.PHONY: install
install:
if [ ! -d $(DESTDIR)$(ETCDIR) ]; then \
install -d $(DESTDIR)$(ETCDIR); \