diff --git a/debugger/Makefile.in b/debugger/Makefile.in index 692fe4d42dd..93ccfa6cc3e 100644 --- a/debugger/Makefile.in +++ b/debugger/Makefile.in @@ -13,7 +13,6 @@ C_SRCS = \ display.c \ editline.c \ expr.c \ - external.c \ hash.c \ info.c \ memory.c \ diff --git a/misc/Makefile.in b/misc/Makefile.in index 70e8835fc0c..3cd32690c6c 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -13,6 +13,7 @@ C_SRCS = \ cpu.c \ debugstr.c \ error.c \ + ext_debugger.c \ lstr.c \ main.c \ network.c \ diff --git a/debugger/external.c b/misc/ext_debugger.c similarity index 100% rename from debugger/external.c rename to misc/ext_debugger.c