diff options
author | Alan Modra <amodra@bigpond.net.au> | 2001-05-03 02:07:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2001-05-03 02:07:02 +0000 |
commit | edd6fe0c02989122d187b13a1f686d6e1e555849 (patch) | |
tree | f5790a89928fee0101b60580a32069e6f2f4a90d /gas/doc/Makefile.in | |
parent | 577624ffae98ff9c6ffc2e499f581dfcd00f4e18 (diff) | |
download | binutils-redhat-edd6fe0c02989122d187b13a1f686d6e1e555849.tar.gz |
Warning fixes and configure/makefile tweaks by Thiemo Seufer.
Diffstat (limited to 'gas/doc/Makefile.in')
-rw-r--r-- | gas/doc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index 033ee0e69e..674e17fc03 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -183,7 +183,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: |