From af7cdfd82bf47fde9c183c3ff5d14422fc737f24 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 02:52:00 +0000 Subject: Factor system #includes out of replacements.h into new system.h. git-svn-id: svn://svn.berlios.de/openocd/trunk@1702 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper/Makefile.am') diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index a5582783..77c61455 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -32,7 +32,7 @@ endif noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \ time_support.h replacements.h fileio.h jim.h jim-eventloop.h \ - startup.tcl bin2char.c + system.h startup.tcl bin2char.c bin2char$(EXEEXT_FOR_BUILD): bin2char.c ${CC_FOR_BUILD} ${CFLAGS_FOR_BUILD} $(srcdir)/bin2char.c -o $@ -- cgit v1.2.3