aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-10-31 09:50:09 +0000
committerNick Clifton <nickc@redhat.com>2001-10-31 09:50:09 +0000
commit7649aa5088856d6878555cf26427157d7b9d4312 (patch)
treeb07732d4652fdb4c0d673ff3a4358210a9a3d9a4 /gas/Makefile.in
parenta53ecf01a5b5f33b4ddb8f89b924d16d0273dcfd (diff)
downloadgdb-7649aa5088856d6878555cf26427157d7b9d4312.zip
gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.gz
gdb-7649aa5088856d6878555cf26427157d7b9d4312.tar.bz2
Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu targets
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 5b81ad1..7a510ea 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 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.
@@ -2193,7 +2193,7 @@ configure configure.in gdbinit.in itbl-lex.c itbl-parse.c
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = tar
+TAR = gtar
GZIP_ENV = --best
SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(gasp_new_SOURCES)
OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS)
@@ -2354,7 +2354,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//`; \