From c5b718f5e85c7a884f7610fea46ceea2c3fbd4a7 Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 11 Jul 2008 12:17:56 +0000 Subject: - retired variable stuff. - drscan is now a low level tcl command: execute DR scan - removed obsolete partial command text support git-svn-id: svn://svn.berlios.de/openocd/trunk@791 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/helper/Makefile.am') diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index e518bc7f..1f3d76b6 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -9,7 +9,7 @@ else CONFIGFILES = options.c endif -libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c interpreter.c command.c time_support.c \ +libhelper_a_SOURCES = binarybuffer.c $(CONFIGFILES) configuration.c log.c command.c time_support.c \ replacements.c fileio.c noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \ - interpreter.h time_support.h replacements.h fileio.h + time_support.h replacements.h fileio.h -- cgit v1.2.3