diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 194e111..1ab1db5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -459,7 +459,7 @@ endif kmod-coverity-%.tar.xz: rm -rf $< cov-int - ./bootstrap-configure --disable-python --disable-manpages + ./autogen.sh c --disable-python --disable-manpages make clean cov-build --dir cov-int make -j 4 tar caf $@ cov-int |