From 4fe0f7e7a9c32b6b68bb302236bc675a487d5df5 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Wed, 29 Jul 2015 10:15:42 -0700 Subject: Misc: Remove autom4te.cache directory from Haiku during 'make dist' Signed-off-by: Chris Dickens --- libusb/Makefile.am | 3 ++- libusb/version_nano.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/libusb/Makefile.am b/libusb/Makefile.am index 2cd7021..0cab0a0 100644 --- a/libusb/Makefile.am +++ b/libusb/Makefile.am @@ -21,7 +21,8 @@ EXTRA_DIST = $(LINUX_USBFS_SRC) $(DARWIN_USB_SRC) $(OPENBSD_USB_SRC) \ os/linux_udev.c os/linux_netlink.c dist-hook: - -cp -r os/haiku $(distdir)/os/haiku + cp -r os/haiku $(distdir)/os/haiku + rm -rf $(distdir)/os/haiku/autom4te.cache if OS_LINUX diff --git a/libusb/version_nano.h b/libusb/version_nano.h index feb4b30..74cfbd2 100644 --- a/libusb/version_nano.h +++ b/libusb/version_nano.h @@ -1 +1 @@ -#define LIBUSB_NANO 10992 +#define LIBUSB_NANO 10993 -- cgit v1.2.1