diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-13 11:26:15 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-13 11:26:15 +0000 |
commit | 9e92076ea649210205eaf1e5a2c0d244586d3919 (patch) | |
tree | a85a03a7e0a0e3265ec599bdce30197a353e2444 | |
parent | 44acb4196a6e0bed7de44292804c34b7722b6b3e (diff) | |
download | mgapeople-9e92076ea649210205eaf1e5a2c0d244586d3919.tar mgapeople-9e92076ea649210205eaf1e5a2c0d244586d3919.tar.gz mgapeople-9e92076ea649210205eaf1e5a2c0d244586d3919.tar.bz2 mgapeople-9e92076ea649210205eaf1e5a2c0d244586d3919.tar.xz mgapeople-9e92076ea649210205eaf1e5a2c0d244586d3919.zip |
Makefile: add .PHONY
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |