From fb458c34bf90efb112c86e5772d0dc2dde103b01 Mon Sep 17 00:00:00 2001 From: msweet Date: Tue, 17 Feb 2015 13:10:19 +0000 Subject: 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 --- ppdc/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ppdc') 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); \ -- cgit v1.2.1