From 62a263e3d1e4e58c26944afb61ce150d5ef631c3 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 3 Oct 2015 16:34:21 +0000 Subject: Remove redundant COMPAT_32BIT guard on pkgconfig files. This is already handled by the LIBRARIES_ONLY mechanism protecting FILES. Sponsored by: EMC / Isilon Storage Division --- lib/libusb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libusb') diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile index 25d886a..be55aa6 100644 --- a/lib/libusb/Makefile +++ b/lib/libusb/Makefile @@ -35,10 +35,10 @@ SRCS+= libusb10_io.c .if defined(COMPAT_32BIT) CFLAGS+= -DCOMPAT_32BIT -.else +.endif + FILES= libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc FILESDIR= ${LIBDATADIR}/pkgconfig -.endif # # Cross platform support -- cgit v1.1