blob: ed49d7dec8062af4b4eee5cb16f4e626dae8f889 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Host: IA86 running Darwin
NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.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. $<
|