OSDN Git Service

* Makefile.am: Added tic4x dependecy
authorSvein Seldal <svein@dev.seldal.com>
Mon, 11 Nov 2002 14:58:49 +0000 (14:58 +0000)
committerSvein Seldal <svein@dev.seldal.com>
Mon, 11 Nov 2002 14:58:49 +0000 (14:58 +0000)
        * Makefile.in: Regenerate

gas/ChangeLog
gas/Makefile.am
gas/Makefile.in

index 91ac46f..89afea9 100644 (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>
 
index a610047..9ceb6e6 100644 (file)
@@ -78,6 +78,7 @@ CPU_TYPES = \
        sparc \
        tahoe \
        tic30 \
+       tic4x \
        tic54x \
        tic80 \
        vax \
index 0307c4d..18f23a3 100644 (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//`; \