From: Zdenek Dohnal Date: Tue, 4 Jan 2022 07:43:23 +0000 (+0100) Subject: Makefile: Clean the correct generated files X-Git-Tag: v2.4.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=464f5c6c68ee3cd8a2edaed4f0cf7a15e3d10a58;p=thirdparty%2Fcups.git Makefile: Clean the correct generated files This is a remain of renaming systemd services from org.cups* to cups. Cleanup target in Makefile still expected the old names. --- diff --git a/Makefile b/Makefile index 37eeeaa7f3..34bdba0c20 100644 --- a/Makefile +++ b/Makefile @@ -107,7 +107,7 @@ distclean: clean $(RM) desktop/cups.desktop $(RM) doc/index.html $(RM) packaging/cups.list - $(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/org.cups.cups-lpdAT.service scheduler/org.cups.cupsd.path scheduler/org.cups.cupsd.service scheduler/org.cups.cupsd.socket + $(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/cups-lpdAT.service scheduler/cups.path scheduler/cups.service scheduler/cups.socket $(RM) templates/header.tmpl -$(RM) doc/*/index.html -$(RM) templates/*/header.tmpl