diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-29 17:00:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-29 17:00:58 +0000 |
commit | 164746680eafb3c66bb8b3c2738491027e6de66c (patch) | |
tree | aeda389a18724f0f2238998cfd3e365fe7b0b67e /binutils/doc/Makefile.in | |
parent | a8329558c71d9640692c6a96c7feeb632c7b240f (diff) | |
download | gdb-164746680eafb3c66bb8b3c2738491027e6de66c.zip gdb-164746680eafb3c66bb8b3c2738491027e6de66c.tar.gz gdb-164746680eafb3c66bb8b3c2738491027e6de66c.tar.bz2 |
Pass CC_FOR_TARGET and CFLAGS_FOR_TARGET to runtest in environment.
Diffstat (limited to 'binutils/doc/Makefile.in')
-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 9dc97b3..ec18241 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/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. @@ -175,7 +175,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: @@ -261,7 +261,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) |