diff options
author | Alan Modra <amodra@bigpond.net.au> | 2004-03-19 07:05:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2004-03-19 07:05:56 +0000 |
commit | b4174db219d52435c40a41de3fae438e3a5b83d3 (patch) | |
tree | ff4ba3808d2f5a1f66ca620688ee4e97a3701142 /gas/doc | |
parent | 77f6737f1f28a16d5b8f3302394f5b964cef3c6f (diff) | |
download | binutils-redhat-b4174db219d52435c40a41de3fae438e3a5b83d3.tar.gz |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
* config.in: Regenerate.
* po/gas.pot: Regenerate.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index d0f3cb94cc..c5ac6c0caa 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -268,9 +268,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus doc/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --cygnus doc/Makefile + $(AUTOMAKE) --foreign doc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |