diff options
author | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 19:05:15 +0200 |
---|---|---|
committer | Rémy Oudompheng <remy@archlinux.org> | 2011-06-19 19:05:15 +0200 |
commit | 98cb302516f780199c11eb2f45ff48c0a17fd7a1 (patch) | |
tree | aa4a095dc6353d7e4bca601a4a69ca6c50b5c28b /Makefile | |
parent | 6f93010b64bc225f063e8a6ccede482870e4b001 (diff) | |
download | netctl-98cb302516f780199c11eb2f45ff48c0a17fd7a1.tar.gz netctl-98cb302516f780199c11eb2f45ff48c0a17fd7a1.tar.xz |
Makefile: mark several targets as PHONY
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ DESTDIR= VERSION=2.6 VPATH = doc +.PHONY: install docs + install: install -d $(DESTDIR)/usr/lib/network/{connections,hooks} \ $(DESTDIR)/etc/network.d/{examples,hooks,interfaces} \ |