]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make sure clean is clean.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 18 Sep 2018 13:17:30 +0000 (09:17 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Tue, 18 Sep 2018 13:17:30 +0000 (09:17 -0400)
scheduler/Makefile
test/Makefile

index 0178934b25c8533a6892b6185d3dfb93ce53546c..ca347b2747186e8b244cd183e0f05e975b9d1f15 100644 (file)
@@ -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
index 03a552e82027b3bbd4d113dcf5235a87fb0c9679..1c1c770682632977a6dccd575f1537fbc4c85339 100644 (file)
@@ -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
 
 
 #