From cd9c64780945f9a448b1833a06074e426f3db265 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 5 Feb 2017 02:34:41 -0500 Subject: Makefile: fix `make clean` --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2f647a0..6714a78 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,8 @@ targets = \ $(systemddir)/parabolaweb-reporead-rsync.timer \ $(uwsgidir)/parabolaweb.ini -files.out.all = depends.txt $(filter-out $(files.src.src),$(notdir $(targets))) parabolaweb.conf -files.sys.all = $(targets) $(pkgconffile) +files.out.all = depends.txt $(filter-out $(files.src.src),$(notdir $(targets))) +files.sys.all = $(targets) $(pkgconffile) # Pattern rules -- cgit v1.2.3