On Wed, Jun 04, 2014 at 09:11:18AM +0200, Luka Perkov wrote: > On Tue, Jun 03, 2014 at 02:03:34PM -0700, Tim Harvey wrote: > > Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host > > directory exists before trying to copy files to it. > > > > Cc: Florian Fainelli <[email protected]> > > > > Signed-off-by: Tim Harvey <[email protected]> > > --- > > package/libs/libusb-compat/Makefile | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/package/libs/libusb-compat/Makefile > > b/package/libs/libusb-compat/Makefile > > index 3b77083..784f238 100644 > > --- a/package/libs/libusb-compat/Makefile > > +++ b/package/libs/libusb-compat/Makefile > > @@ -38,6 +38,8 @@ endef > > TARGET_CFLAGS += $(FPIC) > > > > define Build/InstallDev > > + $(INSTALL_DIR) $(STAGING_DIR)/host > > Now when I look at this - shouldn't the above be $(STAGING_DIR)/host/bin ?
Never mind. I see now you fixed it in PATCH v2. Luka _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
