aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoseph Wang <joequant@gmail.com>2006-07-01 02:19:50 +0000
committerJoseph Wang <joequant@gmail.com>2006-07-01 02:19:50 +0000
commitc94919dbfe2f8a05a0ed76ede0ad86b13af9c678 (patch)
tree3845a9345d2ac8de001b053c7e7f56e3416b1eee /Makefile.in
parent0218fdeb273b524817b5a75b8fb5b5b27b5d8282 (diff)
downloadswig-c94919dbfe2f8a05a0ed76ede0ad86b13af9c678.tar.gz
put in tests to see if R is in system so that unit tests can run
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9183 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index db9da7467..c4f224401 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,7 +86,7 @@ check-aliveness:
@$(skip-csharp) || ./$(TARGET) -csharp -help
@$(skip-modula3) || ./$(TARGET) -modula3 -help
@$(skip-lua) || ./$(TARGET) -lua -help
- @$(skip-r) || ./$(TARGET) -lua -help
+ @$(skip-r) || ./$(TARGET) -r -help
# Checks examples for compilation (does not run them)
check-examples: \