diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-30 17:20:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-30 17:20:48 +0000 |
commit | 32118081351da7f2e122ba3f0e4bd2493cafdd28 (patch) | |
tree | 3f956ecc522375b2c2f55e6cfe70a154de5a1f4b /binutils/doc | |
parent | a7711b1fd72c77ca107532e07fcd2f36f7e6ffce (diff) | |
download | gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.zip gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.gz gdb-32118081351da7f2e122ba3f0e4bd2493cafdd28.tar.bz2 |
Change LOCALEDIR to $(datadir)/share.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index dfa5f3a..7ce979e 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/Makefile.in @@ -1,6 +1,6 @@ -# Makefile.in generated automatically by automake 1.4-p6 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,7 +189,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -275,7 +275,7 @@ uninstall-info: else ii=; fi; \ list='$(INFO_DEPS)'; \ for file in $$list; do \ - test -z "$$ii" \ + test -z "$ii" \ || install-info --info-dir=$(DESTDIR)$(infodir) --remove $$file; \ done @$(NORMAL_UNINSTALL) |