From 76c73a095645e9c5216d3979961689d6cf524238 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Sun, 4 Jan 2004 17:07:04 +0000 Subject: [PATCH] fix typo --- swig/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2