From: Frank Mori Hess Date: Sun, 4 Jan 2004 17:07:04 +0000 (+0000) Subject: fix typo X-Git-Tag: r0_7_22~100 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76c73a095645e9c5216d3979961689d6cf524238;p=comedilib.git fix typo --- diff --git a/swig/python/Makefile.am b/swig/python/Makefile.am index ec23de0..99786bd 100644 --- a/swig/python/Makefile.am +++ b/swig/python/Makefile.am @@ -15,6 +15,6 @@ BUILT_SOURCES = comedi_python_wrap.c EXTRA_DIST = README.txt comedi.py setup.py test_comedi.py -comedi_pythong_wrap.c: ../comedi.i +comedi_python_wrap.c: ../comedi.i $(SWIG) -python -o ./comedi_python_wrap.c ../comedi.i