diff options
-rw-r--r-- | bindings/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index cb5ca8c..abce2d1 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -45,7 +45,7 @@ uninstall-pythonDATA: $(python_DATA) rm -rf $(DESTDIR)$(pyexecdir)/gpod README: README.in gpod.i - WRAPPER_LIST=`grep 'PyObject\* sw_[^_].*;' gpod.i | awk -F "[ (]" '{ print $$2 }' | tr '\n' ' ' | sort -u`; \ + WRAPPER_LIST=`grep 'PyObject\* sw_[^_].*;' gpod.i | awk -F "[ (]" '{ print $$2 }' | sort -u | tr '\n' ' '`; \ sed \ -e "s/@WRAPPER_LIST@/$${WRAPPER_LIST}/" \ -e "/^sw_/ s/ $$//" \ |