From 352d5a7db5f7a64b0d563014f9a7623d614a1e1a Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 21 Jan 2015 00:02:04 +0000 Subject: [PATCH] Make sure clean and distclean remove all generated files. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12414 a1ca3aef-8c08-0410-bb20-df032aa958be --- Makefile | 2 +- test/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 07a0826e8..bde412c95 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ distclean: clean $(RM) doc/index.html $(RM) man/client.conf.man man/cups-files.conf.man man/cups-lpd.man man/cups-snmp.man man/cupsaddsmb.man man/cupsd.conf.man man/cupsd.man man/lpoptions.man $(RM) packaging/cups.list - $(RM) scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist 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/org.cups.cups-lpdAT.service scheduler/org.cups.cupsd.path scheduler/org.cups.cupsd.service scheduler/org.cups.cupsd.socket $(RM) templates/header.tmpl -$(RM) doc/*/index.html -$(RM) templates/*/header.tmpl diff --git a/test/Makefile b/test/Makefile index 2133789a1..aef5c1b32 100644 --- a/test/Makefile +++ b/test/Makefile @@ -92,7 +92,7 @@ unittests: # clean: - $(RM) $(TARGETS) $(OBJS) ippinfra ippinfra-shared ippproxy ippproxy-shared ippserver-shared + $(RM) $(TARGETS) $(OBJS) ippfind-static ippinfra ippinfra-shared ippproxy ippproxy-shared ippserver-shared # -- 2.39.2