From: Julian Seward Date: Sat, 21 Jul 2012 10:11:51 +0000 (+0000) Subject: No need to list m_gdbserver.c twice in the Makefile.am. X-Git-Tag: svn/VALGRIND_3_8_0~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28dc65ac6675153fa79903c13995b4791403165;p=thirdparty%2Fvalgrind.git No need to list m_gdbserver.c twice in the Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12770 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 68b8ed2937..0d44da6fde 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -304,7 +304,6 @@ COREGRIND_SOURCES_COMMON = \ m_dispatch/dispatch-mips32-linux.S \ m_dispatch/dispatch-x86-darwin.S \ m_dispatch/dispatch-amd64-darwin.S \ - m_gdbserver/m_gdbserver.c \ m_gdbserver/inferiors.c \ m_gdbserver/m_gdbserver.c \ m_gdbserver/regcache.c \