summaryrefslogtreecommitdiff
path: root/berkeley
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 /berkeley
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 'berkeley')
-rw-r--r--berkeley/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/berkeley/Makefile b/berkeley/Makefile
index 5e0f22f67..0a17b535e 100644
--- a/berkeley/Makefile
+++ b/berkeley/Makefile
@@ -1,7 +1,7 @@
#
# Berkeley commands makefile for CUPS.
#
-# Copyright 2007-2012 by Apple Inc.
+# Copyright 2007-2017 by Apple Inc.
# Copyright 1997-2006 by Easy Software Products, all rights reserved.
#
# These coded instructions, statements, and computer programs are the
@@ -124,7 +124,7 @@ uninstall:
lpc: lpc.o ../cups/$(LIBCUPS)
echo Linking $@...
- $(CC) $(LDFLAGS) -o lpc lpc.o $(LIBS)
+ $(LD_CC) $(LDFLAGS) -o lpc lpc.o $(LIBS)
#
@@ -133,7 +133,7 @@ lpc: lpc.o ../cups/$(LIBCUPS)
lpq: lpq.o ../cups/$(LIBCUPS)
echo Linking $@...
- $(CC) $(LDFLAGS) -o lpq lpq.o $(LIBS)
+ $(LD_CC) $(LDFLAGS) -o lpq lpq.o $(LIBS)
#
@@ -142,7 +142,7 @@ lpq: lpq.o ../cups/$(LIBCUPS)
lpr: lpr.o ../cups/$(LIBCUPS)
echo Linking $@...
- $(CC) $(LDFLAGS) -o lpr lpr.o $(LIBS)
+ $(LD_CC) $(LDFLAGS) -o lpr lpr.o $(LIBS)
#
@@ -151,7 +151,7 @@ lpr: lpr.o ../cups/$(LIBCUPS)
lprm: lprm.o ../cups/$(LIBCUPS)
echo Linking $@...
- $(CC) $(LDFLAGS) -o lprm lprm.o $(LIBS)
+ $(LD_CC) $(LDFLAGS) -o lprm lprm.o $(LIBS)
#