This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2070
-- gerrit commit f3238f5b1d0c3929e2eac795398bb13dfcbddd1e Author: Paul Fertser <[email protected]> Date: Sat Mar 29 23:05:19 2014 +0400 Makefile.am: fix adding contrib directory for dist With extra / the directory was getting added as a subdirectory of itself. Change-Id: I5a3d5635f3c949f39d88b34a2ddab8244643f560 Signed-off-by: Paul Fertser <[email protected]> diff --git a/Makefile.am b/Makefile.am index 458ede5..2ddc96d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ EXTRA_DIST = \ tools/logger.pl \ tools/rlink_make_speed_table \ tools/st7_dtc_as \ - contrib/ + contrib libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
