]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/Makefile
Revert SDKROOT changes for OS X.
[thirdparty/cups.git] / cups / Makefile
index 0d6aa6a045db937a74bf805a74e56e2d1ed34727..7a899de0ada6892047d1041ade5e46e523dd1425 100644 (file)
@@ -3,7 +3,7 @@
 #
 # API library Makefile for CUPS.
 #
-# Copyright 2007-2015 by Apple Inc.
+# Copyright 2007-2014 by Apple Inc.
 # Copyright 1997-2006 by Easy Software Products, all rights reserved.
 #
 # These coded instructions, statements, and computer programs are the
@@ -269,12 +269,6 @@ install-libs: $(INSTALLSTATIC)
                $(RM) $(LIBDIR)/libcups.dylib; \
                $(LN) $(LIBCUPS) $(LIBDIR)/libcups.dylib; \
        fi
-       if test "x$(SDKROOT)" != "x"; then \
-               $(INSTALL_DIR) $(SDKLIBDIR); \
-               $(INSTALL_LIB) $(LIBCUPS) $(SDKLIBDIR); \
-               $(RM) $(SDKLIBDIR)/libcups.dylib; \
-               $(LN) $(LIBCUPS) $(SDKLIBDIR)/libcups.dylib; \
-       fi
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
                cp $(LIBCUPS) $(SYMROOT); \