summaryrefslogtreecommitdiff
path: root/ppdc/Makefile
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-17 13:10:19 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-17 13:10:19 +0000
commitfb458c34bf90efb112c86e5772d0dc2dde103b01 (patch)
treeaa394d92397bbfee6f5cd3156d3aa7bb327a953c /ppdc/Makefile
parentfb2d54701f47ac6fc156f6d0aee6c42a175edc71 (diff)
downloadcups-fb458c34bf90efb112c86e5772d0dc2dde103b01.tar.gz
Revert SDKROOT changes for OS X.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12519 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'ppdc/Makefile')
-rw-r--r--ppdc/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/ppdc/Makefile b/ppdc/Makefile
index 75a77d4e9..1bf09dd6a 100644
--- a/ppdc/Makefile
+++ b/ppdc/Makefile
@@ -3,7 +3,7 @@
#
# Makefile for the CUPS PPD Compiler.
#
-# Copyright 2007-2015 by Apple Inc.
+# Copyright 2007-2014 by Apple Inc.
# Copyright 2002-2006 by Easy Software Products.
#
# These coded instructions, statements, and computer programs are the
@@ -176,12 +176,6 @@ install-libs: $(INSTALLSTATIC)
$(RM) $(LIBDIR)/libcupsppdc.dylib; \
$(LN) $(LIBCUPSPPDC) $(LIBDIR)/libcupsppdc.dylib; \
fi
- if test "x$(SDKROOT)" != "x"; then \
- $(INSTALL_DIR) $(SDKLIBDIR); \
- $(INSTALL_LIB) $(LIBCUPSPPDC) $(SDKLIBDIR); \
- $(RM) $(SDKLIBDIR)/libcupsppdc.dylib; \
- $(LN) $(LIBCUPSPPDC) $(SDKLIBDIR)/libcupsppdc.dylib; \
- fi
if test "x$(SYMROOT)" != "x"; then \
$(INSTALL_DIR) $(SYMROOT); \
cp $(LIBCUPSPPDC) $(SYMROOT); \