Commit 48a8c565 by Andreas Tobler Committed by Andreas Tobler

Makefile.am: Fix missing rename from x_nat_headers to xlib_nat_headers.

2004-08-05  Andreas Tobler  <a.tobler@schweiz.ch>

	* Makefile.am: Fix missing rename from x_nat_headers to
	xlib_nat_headers.
	* Makefile.in: Regenerated.

From-SVN: r85612
parent d4482715
2004-08-05 Andreas Tobler <a.tobler@schweiz.ch>
* Makefile.am: Fix missing rename from x_nat_headers to
xlib_nat_headers.
* Makefile.in: Regenerated.
2004-08-04 Andrew Haley <aph@redhat.com>
* java/security/BasicPermission.java: Don't check wildcards.
......
......@@ -3113,7 +3113,7 @@ texinfo: TexinfoDoclet.class
## the C++ code whenever any .java file is touched.
## Also force all the class files to build first. This makes them build in
## the right order to improve performance.
all-recursive: libgcj-@gcc_version@.jar $(nat_headers) $(x_nat_headers)
all-recursive: libgcj-@gcc_version@.jar $(nat_headers) $(xlib_nat_headers)
## ################################################################
......
......@@ -5803,7 +5803,7 @@ texinfo: TexinfoDoclet.class
-include deps.mk
all-recursive: libgcj-@gcc_version@.jar $(nat_headers) $(x_nat_headers)
all-recursive: libgcj-@gcc_version@.jar $(nat_headers) $(xlib_nat_headers)
# Multilib support.
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
......
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