aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/stlink/Makefile.am
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-02-14 12:57:18 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-02-16 08:56:42 +0000
commit737a52d7b22b1774acc5d20f9bd25000a70ac116 (patch)
tree93a4fab87d145dddd3e0e2e9a12fa1d62a4b016a /src/jtag/stlink/Makefile.am
parentb0ef9cf1171c2decd6c12536b8ae61e64f8931b7 (diff)
build: fix automake 1.11.2 issues
automake 1.11.2 throws `pkglibdir' is not a legitimate directory for `DATA' if nobase_dist_pkglib_DATA is used. We work around this issue by defining our own location. Change-Id: I3c29e2df0b67e745283c50d358e31699bd60dc74 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/457 Tested-by: jenkins
Diffstat (limited to 'src/jtag/stlink/Makefile.am')
-rw-r--r--src/jtag/stlink/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jtag/stlink/Makefile.am b/src/jtag/stlink/Makefile.am
index 09e47fd7..925d07ec 100644
--- a/src/jtag/stlink/Makefile.am
+++ b/src/jtag/stlink/Makefile.am
@@ -5,8 +5,6 @@ noinst_LTLIBRARIES = libocdstlink.la
libocdstlink_la_SOURCES = \
$(STLINKFILES)
-nobase_dist_pkglib_DATA =
-
STLINKFILES =
if STLINK