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
This commit is contained in:
Andreas Tobler 2004-08-05 23:27:07 +02:00 committed by Andreas Tobler
parent d448271569
commit 48a8c56547
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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.

View File

@ -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)
## ################################################################

View File

@ -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 \