diff options
author | Svein Seldal <svein@dev.seldal.com> | 2002-11-11 14:58:49 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2002-11-11 14:58:49 +0000 |
commit | 98199d8f1c5058369d5ece2444573ce92dc3b7c7 (patch) | |
tree | f1944fef48843093480884c51d84ad3765329010 | |
parent | 247b1fe61092651808c546345912ad8a36e55b8f (diff) | |
download | gdb-98199d8f1c5058369d5ece2444573ce92dc3b7c7.zip gdb-98199d8f1c5058369d5ece2444573ce92dc3b7c7.tar.gz gdb-98199d8f1c5058369d5ece2444573ce92dc3b7c7.tar.bz2 |
* Makefile.am: Added tic4x dependecy
* Makefile.in: Regenerate
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | gas/Makefile.am | 1 | ||||
-rw-r--r-- | gas/Makefile.in | 7 |
3 files changed, 7 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 91ac46f..89afea9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> diff --git a/gas/Makefile.am b/gas/Makefile.am index a610047..9ceb6e6 100644 --- a/gas/Makefile.am +++ b/gas/Makefile.am @@ -78,6 +78,7 @@ CPU_TYPES = \ sparc \ tahoe \ tic30 \ + tic4x \ tic54x \ tic80 \ vax \ diff --git a/gas/Makefile.in b/gas/Makefile.in index 0307c4d..18f23a3 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -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//`; \ |