* Makefile.am: Added tic4x dependecy

* Makefile.in: Regenerate
This commit is contained in:
Svein Seldal 2002-11-11 14:58:49 +00:00
parent 247b1fe610
commit 98199d8f1c
3 changed files with 7 additions and 3 deletions

View File

@ -14,6 +14,8 @@
(c4x_emit_char): Added new function argument to handle custom
length inserts, like single-byte strings.
* config/tc-tic4x.h: Add proper align handling with NOP's.
* Makefile.am: Added tic4x dependecy
* Makefile.in: Regenerate
2002-11-11 Hans-Peter Nilsson <hp@bitrange.com>

View File

@ -78,6 +78,7 @@ CPU_TYPES = \
sparc \
tahoe \
tic30 \
tic4x \
tic54x \
tic80 \
vax \

View File

@ -1,6 +1,6 @@
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@ -189,6 +189,7 @@ CPU_TYPES = \
sparc \
tahoe \
tic30 \
tic4x \
tic54x \
tic80 \
vax \
@ -2574,7 +2575,7 @@ maintainer-clean-recursive:
dot_seen=no; \
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
rev="$$subdir $$rev"; \
test "$$subdir" != "." || dot_seen=yes; \
test "$$subdir" = "." && dot_seen=yes; \
done; \
test "$$dot_seen" = "no" && rev=". $$rev"; \
target=`echo $@ | sed s/-recursive//`; \