diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-18 09:49:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-18 09:49:59 +0000 |
commit | 2fe04c57c892c7636f7ff41235f2350885f68f55 (patch) | |
tree | 806a2ad3ef0e48964d10a427118f57c80228179d /gas/Makefile.in | |
parent | 64c456e1a1a185f930059aebd96e7fe8e52735fc (diff) | |
download | gdb-2fe04c57c892c7636f7ff41235f2350885f68f55.zip gdb-2fe04c57c892c7636f7ff41235f2350885f68f55.tar.gz gdb-2fe04c57c892c7636f7ff41235f2350885f68f55.tar.bz2 |
Add c4x as an architecture variant to tic4x.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index ac7ec4d..2b762cb 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -2499,7 +2499,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) OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) @@ -2835,7 +2835,7 @@ distclean-generic: -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: - -test -z "itbl-lex.cconfig/m68k-parse.hconfig/m68k-parse.citbl-parse.hitbl-parse.c" || rm -f itbl-lex.c config/m68k-parse.h config/m68k-parse.c itbl-parse.h itbl-parse.c + -test -z "itbl-lexlconfig/m68k-parsehconfig/m68k-parsecitbl-parsehitbl-parsec" || rm -f itbl-lexl config/m68k-parseh config/m68k-parsec itbl-parseh itbl-parsec mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \ mostlyclean-compile mostlyclean-libtool \ mostlyclean-tags mostlyclean-generic |