On Thu, Jul 14, 2011 at 8:57 AM, Spencer Oliver <[email protected]> wrote:
>> I tell a lie, just discovered the noinst_SUBDIRS and that seems todo
>> what we want
>>
>
> Spoke to soon, does not work.
> So at the moment i am out of ideas
>
It works for me. With the attached patch, "make install" does not
install jimtcl any more.

Regards,
Jie
diff --git a/Makefile.am b/Makefile.am
index 1b19ba4..a02ed1b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,12 +13,10 @@ nobase_dist_pkgdata_DATA = \
 	contrib/openocd.udev
 
 if INTERNAL_JIMTCL
-SUBDIRS = jimtcl
-else
-SUBDIRS =
+noinst_SUBDIRS = jimtcl
 endif
 
-SUBDIRS += src doc
+SUBDIRS = src doc
 
 EXTRA_DIST = \
 	BUGS \
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to