From 02b96ddcb672ebc67e2c02a3324a40c00283781c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 7 Jul 2009 07:47:22 +0000 Subject: 2009-07-07 Tristan Gingold * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o. Remove excServer.c target. Remove _all target. * darwin.defs: Removed. --- gdb/config/i386/darwin.mh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gdb/config') diff --git a/gdb/config/i386/darwin.mh b/gdb/config/i386/darwin.mh index ed49d7d..cd7f248 100644 --- a/gdb/config/i386/darwin.mh +++ b/gdb/config/i386/darwin.mh @@ -1,10 +1,4 @@ # Host: IA86 running Darwin -NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.o \ +NATDEPFILES = fork-child.o machoread.o darwin-nat.o \ i386-darwin-nat.o i386-nat.o amd64-nat.o darwin-nat-info.o - -# Trick so that excServer.c is not the default target! -_all: all - -excServer.c: darwin.defs - /usr/bin/mig -I. $< -- cgit v1.1