Commit 93177580 by Michael Koch Committed by Michael Koch

Makefile.am: Don't try to include deps.mk.

2004-09-09  Michael Koch  <konqueror@gmx.de>

	* Makefile.am: Don't try to include deps.mk.
	* Makefile.in: Regenerated.

From-SVN: r87224
parent 1e128c5f
2004-09-09 Michael Koch <konqueror@gmx.de>
* Makefile.am: Don't try to include deps.mk.
* Makefile.in: Regenerated.
2004-09-08 Bryce McKinlay <mckinlay@redhat.com> 2004-09-08 Bryce McKinlay <mckinlay@redhat.com>
* configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and * configure.ac (AC_CONFIG_COMMANDS): Don't create subdirectories and
......
...@@ -3140,8 +3140,6 @@ texinfo: TexinfoDoclet.class ...@@ -3140,8 +3140,6 @@ texinfo: TexinfoDoclet.class
## Dependency tracking madness. ## Dependency tracking madness.
## ##
-include deps.mk
## This is an evil hack to work around an automake limitation. We ## This is an evil hack to work around an automake limitation. We
## need to ensure that all CNI headers are built, not just the ones used ## need to ensure that all CNI headers are built, not just the ones used
## internally by libgcj. We can't make the .o files depend on nat_headers, ## internally by libgcj. We can't make the .o files depend on nat_headers,
......
...@@ -22049,8 +22049,6 @@ texinfo: TexinfoDoclet.class ...@@ -22049,8 +22049,6 @@ texinfo: TexinfoDoclet.class
javadoc -outfile $(srcdir)/doc/java-util-jar.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/jar/*.java javadoc -outfile $(srcdir)/doc/java-util-jar.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/jar/*.java
javadoc -outfile $(srcdir)/doc/java-util-zip.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/zip/*.java javadoc -outfile $(srcdir)/doc/java-util-zip.texi -doclet TexinfoDoclet -sourcepath .:$(srcdir) $(srcdir)/java/util/zip/*.java
-include deps.mk
all-recursive: libgcj-@gcc_version@.jar $(nat_headers) $(xlib_nat_headers) all-recursive: libgcj-@gcc_version@.jar $(nat_headers) $(xlib_nat_headers)
# Multilib support. # Multilib support.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment