From 9e92076ea649210205eaf1e5a2c0d244586d3919 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 13 Jul 2013 11:26:15 +0000 Subject: Makefile: add .PHONY --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2908ee6..5f8e1db 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ sharedir=/usr/share tmpldir=$(sharedir)/mgapeople/tmpl staticdir=$(sharedir)/mgapeople/static +.PHONY : install tar + install: install -d $(DESTDIR)$(tmpldir) $(DESTDIR)$(bindir) \ $(DESTDIR)$(sysconfdir) $(DESTDIR)$(staticdir) -- cgit v1.2.1