diff options
author | Andreas Tobler <a.tobler@schweiz.org> | 2005-09-05 18:41:31 +0000 |
---|---|---|
committer | Andreas Tobler <a.tobler@schweiz.org> | 2005-09-05 18:41:31 +0000 |
commit | 3e6d4b9f9c8347fe9114fc3125d08e2ce72f0d04 (patch) | |
tree | abe48cb6e1440dd84f7d26263994f7ee269ea2bb /native | |
parent | 4bbf212c9294ef42d55468b0a10aa33eed36721c (diff) | |
download | classpath-3e6d4b9f9c8347fe9114fc3125d08e2ce72f0d04.tar.gz |
2005-09-05 Andreas Tobler <a.tobler@schweiz.ch>
* native/jni/Makefile.am (all-local): Invoke $(SHELL) to execute
the script.
Diffstat (limited to 'native')
-rw-r--r-- | native/jni/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/Makefile.am b/native/jni/Makefile.am index b1093eb01..fce6b1a6f 100644 --- a/native/jni/Makefile.am +++ b/native/jni/Makefile.am @@ -21,4 +21,4 @@ DIST_SUBDIRS = classpath java-io java-lang java-net java-nio java-util \ gtk-peer qt-peer xmlj all-local: - cd $(top_srcdir) && scripts/check_jni_methods.sh + cd $(top_srcdir) && $(SHELL) ./scripts/check_jni_methods.sh |