summaryrefslogtreecommitdiff
path: root/ppdc
diff options
context:
space:
mode:
Diffstat (limited to 'ppdc')
-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); \