]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix "make clean" - wasn't cleaning cups-driverd.o.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 22 Feb 2018 20:19:49 +0000 (15:19 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Thu, 22 Feb 2018 20:19:49 +0000 (15:19 -0500)
scheduler/Makefile

index 9327e61207c67ebcd05e17785d44c521f9237e9c..ab56222c8d1f3847882b2a157204d398ac2ae339 100644 (file)
@@ -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