]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Make sure we run dsymutil on all libraries, too.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 14 Dec 2012 13:06:44 +0000 (13:06 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 14 Dec 2012 13:06:44 +0000 (13:06 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10768 7a7537e8-13f0-0310-91df-b6672ffda945

cgi-bin/Makefile
filter/Makefile
ppdc/Makefile
scheduler/Makefile

index cb645b4814131143778fd4e54aa97b56d82a73bc..7a73c058d9d85ed8a4546479888fa82b1eba3ff9 100644 (file)
@@ -155,6 +155,7 @@ install-libs: $(INSTALLSTATIC)
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
                cp $(LIBCUPSCGI) $(SYMROOT); \
+               dsymutil $(SYMROOT)/$(LIBCUPSCGI); \
        fi
 
 installstatic:
index 0afc1e6c5b2c35be801f35d342306931b08b4075..08451e9c4408bb1dd4124da4b48d800f663cb5b8 100644 (file)
@@ -140,6 +140,7 @@ install-libs: $(INSTALLSTATIC)
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
                cp $(LIBCUPSIMAGE) $(SYMROOT); \
+               dsymutil $(SYMROOT)/$(LIBCUPSIMAGE); \
        fi
 
 installstatic:
index 886b84d160b65989f03113a79ee1b42ac54a0b99..721d4b79ff7ef8a996131f71428f34ef78b02bf7 100644 (file)
@@ -179,6 +179,7 @@ install-libs: $(INSTALLSTATIC)
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
                cp $(LIBCUPSPPDC) $(SYMROOT); \
+               dsymutil $(SYMROOT)/$(LIBCUPSPPDC); \
        fi
 
 installstatic:
index dfdf13d3ac538d36ddee3d0e7b6f368c13f54d4f..67ca5d78da72b610de2403100214a0e4b9c687ae 100644 (file)
@@ -258,6 +258,7 @@ install-libs: $(INSTALLSTATIC)
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
                cp $(LIBCUPSMIME) $(SYMROOT); \
+               dsymutil $(SYMROOT)/$(LIBCUPSMIME); \
        fi
 
 installstatic: