diff --git a/tools/src/Makefile b/tools/src/Makefile index 31522fa7..708f8719 100644 --- a/tools/src/Makefile +++ b/tools/src/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile 401 2011-07-31 21:02:33Z mueller $ +# $Id: Makefile 429 2011-11-20 12:54:56Z mueller $ # # Top level makefile, using the recipe found in # http://www.lackof.org/taggart/hacking/make-example/ @@ -16,7 +16,6 @@ DIRS += librlink DIRS += librtcltools DIRS += librutiltpp DIRS += librlinktpp -DIRS += librusbtpp # BUILDDIRS = $(DIRS:%=build-%) CLEANDIRS = $(DIRS:%=clean-%) @@ -36,7 +35,6 @@ build-librlink : build-librtools build-librtcltools : build-librtools build-librutiltpp : build-librtcltools build-librlinktpp : build-librlink build-librtcltools -build-librusbtpp : build-librtcltools # $(BUILDDIRS): $(MAKE) -C $(@:build-%=%) diff --git a/tools/tcl/setup_packages b/tools/tcl/setup_packages index a56158dd..42b9bd6c 100755 --- a/tools/tcl/setup_packages +++ b/tools/tcl/setup_packages @@ -1,5 +1,5 @@ #! /usr/bin/env tclsh -# $Id: setup_packages 403 2011-08-06 17:36:22Z mueller $ +# $Id: setup_packages 429 2011-11-20 12:54:56Z mueller $ # pkg_mkIndex -verbose ../lib libr*tpp.so # @@ -11,6 +11,4 @@ pkg_mkIndex -verbose rbbram *.tcl pkg_mkIndex -verbose rbs3hio *.tcl pkg_mkIndex -verbose rbemon *.tcl # -pkg_mkIndex -verbose tstsram *.tcl -# pkg_mkIndex -verbose tst_rlink *.tcl