fix a typo in python/Makefile.in

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10852 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Haoyu Bai 2008-09-13 12:55:32 +00:00
commit fe3a6192f2

View file

@ -125,7 +125,7 @@ run_testcase = \
if [ -f $(py2_runme) ]; then ( \
$(MAKE) -f $(srcdir)/Makefile $(py3_runme) && \
$(run_python);) \
elif [ -f $(py3_runme)]; then ( \
elif [ -f $(py3_runme) ]; then ( \
$(run_python);) \
fi;
endif