aboutsummaryrefslogtreecommitdiff
path: root/libjava/Makefile.am
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.ch>2004-08-05 23:27:07 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2004-08-05 23:27:07 +0200
commit48a8c56547c5651a58c1e612444db7c7f51a6a3c (patch)
treea9f9c65187fff66f6e9653a4a3758e8f62963ca0 /libjava/Makefile.am
parentd4482715693d5289b88a7c68168b5fcbe40a2766 (diff)
downloadgcc-48a8c56547c5651a58c1e612444db7c7f51a6a3c.zip
gcc-48a8c56547c5651a58c1e612444db7c7f51a6a3c.tar.gz
gcc-48a8c56547c5651a58c1e612444db7c7f51a6a3c.tar.bz2
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
Diffstat (limited to 'libjava/Makefile.am')
-rw-r--r--libjava/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am
index e179a75..ac5a778 100644
--- a/libjava/Makefile.am
+++ b/libjava/Makefile.am
@@ -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)
## ################################################################