From 1171f07836840670e64d01f52c9147aa84866e50 Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Sat, 29 Mar 2014 23:05:19 +0400 Subject: [PATCH 1/1] 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 Reviewed-on: http://openocd.zylin.com/2070 Tested-by: jenkins Reviewed-by: Spencer Oliver --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 458ede5082..2ddc96d3d3 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 -- 2.30.2