summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 18:23:00 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2017-07-17 18:23:00 -0400
commita621d151e71d062f7ff927223db970f44bb8b43d (patch)
tree2512a7a225ea94add90bd5a8c95cd041a923a501 /monitor
parent3a1e6b10c54efdc7f33bd084cb6386c86a0f0743 (diff)
downloadcups-a621d151e71d062f7ff927223db970f44bb8b43d.tar.gz
Update libtool support to include --mode=foo stuff - surprise, libtool changed in
incompatible ways again... (Issue #5050)
Diffstat (limited to 'monitor')
-rw-r--r--monitor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/monitor/Makefile b/monitor/Makefile
index db8f2c035..75b911b51 100644
--- a/monitor/Makefile
+++ b/monitor/Makefile
@@ -1,7 +1,7 @@
#
# 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
@@ -121,7 +121,7 @@ uninstall:
bcp: bcp.o ../cups/$(LIBCUPS)
echo Linking $@...
- $(CC) $(LDFLAGS) -o $@ bcp.o $(LIBS)
+ $(LD_CC) $(LDFLAGS) -o $@ bcp.o $(LIBS)
#
@@ -130,7 +130,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)
#