* Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and ppcnbsd-tdep.o.
This commit is contained in:
parent
748894bf5c
commit
b4ead1bd29
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
2004-04-18 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
|
||||
and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
|
||||
ppcnbsd-tdep.o.
|
||||
|
||||
* m68k-tdep.h: Tweak comments.
|
||||
* m68k-tdep.c: Tweak comment.
|
||||
|
||||
|
|
|
@ -1350,8 +1350,8 @@ ALLDEPFILES = \
|
|||
nbsd-tdep.c \
|
||||
ns32k-tdep.c solib-osf.c \
|
||||
somread.c somsolib.c $(HPREAD_SOURCE) \
|
||||
ppc-sysv-tdep.o ppc-linux-nat.c ppc-linux-tdep.c \
|
||||
ppcnbsd-nat.o ppcnbsd-tdep.o \
|
||||
ppc-sysv-tdep.c ppc-linux-nat.c ppc-linux-tdep.c \
|
||||
ppcnbsd-nat.c ppcnbsd-tdep.c \
|
||||
procfs.c \
|
||||
remote-e7000.c \
|
||||
remote-hms.c remote-m32r-sdi.c remote-mips.c \
|
||||
|
|
Loading…
Reference in a new issue