mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
Depend on targ-vals.h.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-04-26 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (idecode.o, op_utils.o, semantics.o, simops.o):
|
||||||
|
Depend on targ-vals.h.
|
||||||
|
|
||||||
2001-04-15 J.T. Conklin <jtc@redback.com>
|
2001-04-15 J.T. Conklin <jtc@redback.com>
|
||||||
|
|
||||||
* Makefile.in (simops.o): Add simops.h to dependency list.
|
* Makefile.in (simops.o): Add simops.h to dependency list.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Makefile template for Configure for the mn10300 sim library.
|
# Makefile template for Configure for the mn10300 sim library.
|
||||||
# Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
|
# Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
|
||||||
# Written by Cygnus Support.
|
# Written by Cygnus Support.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
@ -75,7 +75,7 @@ m10300-opc.o: $(srcdir)/../../opcodes/m10300-opc.c
|
|||||||
gencode: gencode.o m10300-opc.o
|
gencode: gencode.o m10300-opc.o
|
||||||
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o m10300-opc.o $(BUILD_LIB)
|
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o m10300-opc.o $(BUILD_LIB)
|
||||||
|
|
||||||
|
idecode.o op_utils.o semantics.o simops.o: targ-vals.h
|
||||||
|
|
||||||
|
|
||||||
BUILT_SRC_FROM_IGEN = \
|
BUILT_SRC_FROM_IGEN = \
|
||||||
|
Reference in New Issue
Block a user