]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - monitor/Makefile
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / monitor / Makefile
index 11c9ebaa4c519ea2cfa140d6eb583e7422ca64cf..2631f09a75686b7d74daa1f6c3cda41c19e6ec45 100644 (file)
@@ -1,16 +1,10 @@
 #
 # Port monitor makefile for CUPS.
 #
-# Copyright 2007-2012 by Apple Inc.
+# Copyright 2007-2017 by Apple Inc.
 # Copyright 2006 by Easy Software Products.
 #
-# These coded instructions, statements, and computer programs are the
-# property of Apple Inc. and are protected by Federal copyright
-# law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-# which should have been included with this file.  If this file is
-# file is missing or damaged, see the license at "http://www.cups.org/".
-#
-# This file is subject to the Apple OS-Developed Software exception.
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 #
 
 include ../Makedefs
@@ -121,7 +115,7 @@ uninstall:
 
 bcp:   bcp.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(CC) $(LDFLAGS) -o $@ bcp.o $(LIBS)
+       $(LD_CC) $(LDFLAGS) -o $@ bcp.o $(LIBS)
 
 
 #
@@ -130,7 +124,7 @@ bcp:        bcp.o ../cups/$(LIBCUPS)
 
 tbcp:  tbcp.o ../cups/$(LIBCUPS)
        echo Linking $@...
-       $(CC) $(LDFLAGS) -o $@ tbcp.o $(LIBS)
+       $(LD_CC) $(LDFLAGS) -o $@ tbcp.o $(LIBS)
 
 
 #