From: Michael R Sweet Date: Thu, 22 Feb 2018 20:19:49 +0000 (-0500) Subject: Fix "make clean" - wasn't cleaning cups-driverd.o. X-Git-Tag: v2.3b4~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2532688fbb14e6e9f70805875c6e987a792dfc4;p=thirdparty%2Fcups.git Fix "make clean" - wasn't cleaning cups-driverd.o. --- diff --git a/scheduler/Makefile b/scheduler/Makefile index 9327e61207..ab56222c8d 100644 --- a/scheduler/Makefile +++ b/scheduler/Makefile @@ -1,10 +1,11 @@ # # Scheduler Makefile for CUPS. # -# Copyright 2007-2017 by Apple Inc. -# Copyright 1997-2007 by Easy Software Products, all rights reserved. +# Copyright © 2007-2018 by Apple Inc. +# Copyright © 1997-2007 by Easy Software Products, all rights reserved. # -# Licensed under Apache License v2.0. See the file "LICENSE" for more information. +# Licensed under Apache License v2.0. See the file "LICENSE" for more +# information. # include ../Makedefs @@ -55,7 +56,7 @@ CXXOBJS = \ cups-driverd.o OBJS = \ $(COBJS) \ - $(LD_CXXOBJS) + $(CXXOBJS) LIBTARGETS = \ $(LIBCUPSMIME) \ libcupsmime.a