]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - ppdc/Makefile
Revert SDKROOT changes for OS X.
[thirdparty/cups.git] / ppdc / Makefile
index 75a77d4e9588ec23857c4ddd509802e2fd373b48..1bf09dd6a88b37c5aad17986ce8b9d44ec535466 100644 (file)
@@ -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); \