diff options
Diffstat (limited to 'volk')
-rwxr-xr-x | volk/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/bootstrap b/volk/bootstrap index 1afd49277..838f03aa2 100755 --- a/volk/bootstrap +++ b/volk/bootstrap @@ -23,8 +23,8 @@ rm -fr config.cache autom4te*.cache #alternative to -B that wont break on python 2.5 PYTHONDONTWRITEBYTECODE=1 export PYTHONDONTWRITEBYTECODE - python gen/volk_register.py + mv gen/lib/Makefile.am lib/ aclocal -I config -I gen/config |