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:
parent
d448271569
commit
48a8c56547
@ -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.
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user