summaryrefslogtreecommitdiff
path: root/native/jni/Makefile.am
diff options
context:
space:
mode:
authorAndreas Tobler <a.tobler@schweiz.org>2005-09-05 18:41:31 +0000
committerAndreas Tobler <a.tobler@schweiz.org>2005-09-05 18:41:31 +0000
commit3e6d4b9f9c8347fe9114fc3125d08e2ce72f0d04 (patch)
treeabe48cb6e1440dd84f7d26263994f7ee269ea2bb /native/jni/Makefile.am
parent4bbf212c9294ef42d55468b0a10aa33eed36721c (diff)
downloadclasspath-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/jni/Makefile.am')
-rw-r--r--native/jni/Makefile.am2
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