From 11105123415709508ee34e549c3cf6c4b6ec598e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 18 Sep 2018 09:17:30 -0400 Subject: [PATCH] Make sure clean is clean. --- scheduler/Makefile | 4 ++-- test/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scheduler/Makefile b/scheduler/Makefile index 0178934b2..ca347b274 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -1,7 +1,7 @@ # # Scheduler Makefile for CUPS. # -# Copyright 2007-2017 by Apple Inc. +# Copyright 2007-2018 by Apple Inc. # Copyright 1997-2007 by Easy Software Products, all rights reserved. # # These coded instructions, statements, and computer programs are the @@ -59,7 +59,7 @@ CXXOBJS = \ cups-driverd.o OBJS = \ $(COBJS) \ - $(LD_CXXOBJS) + $(CXXOBJS) LIBTARGETS = \ $(LIBCUPSMIME) \ libcupsmime.a diff --git a/test/Makefile b/test/Makefile index 03a552e82..1c1c77068 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ # # IPP test makefile for CUPS. # -# Copyright 2007-2017 by Apple Inc. +# Copyright 2007-2018 by Apple Inc. # Copyright 1997-2006 by Easy Software Products, all rights reserved. # # These coded instructions, statements, and computer programs are the @@ -88,7 +88,7 @@ unittests: clean: $(RM) $(TARGETS) $(OBJS) - $(RM) ippserver ippserver-shared ipptool-static + $(RM) ippfind-static ippserver ippserver-shared ipptool-static # -- 2.39.2