From 98199d8f1c5058369d5ece2444573ce92dc3b7c7 Mon Sep 17 00:00:00 2001 From: Svein Seldal Date: Mon, 11 Nov 2002 14:58:49 +0000 Subject: [PATCH] * Makefile.am: Added tic4x dependecy * Makefile.in: Regenerate --- gas/ChangeLog | 2 ++ gas/Makefile.am | 1 + 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 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//`; \ -- 2.7.4