gdb/
[deliverable/binutils-gdb.git] / gdb / config / i386 / i386gnu.mh
index c2eb7af96ea1f2c002d59b6345596a8dadb73a14..d4e09d9ba9c6526995176e468e9ab9f82dec55f2 100644 (file)
@@ -1,10 +1,8 @@
 # Host: Intel 386 running the GNU Hurd
-NATDEPFILES= i386gnu-nat.o gnu-nat.o corelow.o core-regset.o \
-            fork-child.o solib.o solib-svr4.o solib-legacy.o \
+NATDEPFILES= i386gnu-nat.o gnu-nat.o corelow.o core-regset.o fork-child.o \
             notify_S.o process_reply_S.o msg_reply_S.o \
             msg_U.o exc_request_U.o exc_request_S.o
 
-XM_FILE= xm-i386.h
 NAT_FILE= nm-i386gnu.h
 MH_CFLAGS = -D_GNU_SOURCE
 
@@ -31,3 +29,8 @@ MIGCOM = $(MIG) -cc cat - /dev/null
 %_U.h %_U.c: %.defs
        $(CPP) $(CPPFLAGS) $($*-MIGUFLAGS) -x c $< \
        | $(MIGCOM) -sheader /dev/null -server /dev/null -user $*_U.c -header $*_U.h
+
+NAT_GENERATED_FILES = notify_S.h notify_S.c \
+       process_reply_S.h process_reply_S.c \
+       msg_reply_S.h msg_reply_S.c msg_U.h msg_U.c \
+       exc_request_U.h exc_request_U.c exc_request_S.h exc_request_S.c
This page took 0.03405 seconds and 4 git commands to generate.