]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't build USB backend with raw ARCHFLAGS.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 6 Oct 2008 21:08:27 +0000 (21:08 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 6 Oct 2008 21:08:27 +0000 (21:08 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@8020 7a7537e8-13f0-0310-91df-b6672ffda945

backend/Makefile

index 0fda4afd637e813d7aae762f2aa389770f75a406..b2b88af491883b5f0bed837483e53ab4f98e058f 100644 (file)
@@ -264,7 +264,7 @@ socket:     socket.o ../cups/$(LIBCUPS) libbackend.a
 
 usb:   usb.o ../cups/$(LIBCUPS) libbackend.a
        echo Linking $@...
-       $(CC) $(ARCHFLAGS) $(LDFLAGS) -o usb usb.o libbackend.a $(LIBUSB) \
+       $(CC) $(LDFLAGS) -o usb usb.o libbackend.a $(LIBUSB) \
                $(BACKLIBS) $(LIBS)
 usb.o: usb.c usb-darwin.c usb-libusb.c usb-unix.c