]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/Makefile.in
Index: bfd/ChangeLog
[thirdparty/binutils-gdb.git] / gas / Makefile.in
index 7a510ea2ec3049a9db54c4f035a5bbf12a18ede8..f2112cc4c655f8f9c125de87357694e0fd58f584 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 = \
        vax \
        w65 \
        v850 \
+       xstormy16 \
        z8k
 
 
@@ -380,6 +381,7 @@ TARGET_CPU_CFILES = \
        config/tc-vax.c \
        config/tc-w65.c \
        config/tc-v850.c \
+       config/tc-xstormy16.c \
        config/tc-z8k.c
 
 
@@ -425,6 +427,7 @@ TARGET_CPU_HFILES = \
        config/tc-vax.h \
        config/tc-w65.h \
        config/tc-v850.h \
+       config/tc-xstormy16.h \
        config/tc-z8k.h
 
 
@@ -2354,7 +2357,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//`; \