]> www.infradead.org Git - users/dwmw2/openconnect-deb.git/commitdiff
Rerun autohate with --copy
authorDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 6 Apr 2020 16:22:59 +0000 (17:22 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 6 Apr 2020 16:22:59 +0000 (17:22 +0100)
Makefile

index 451aa34d1bacf44d0e1acbf5fbdaaf1ded872db9..e04852412f6253bcb234a1a138c82cd44db306a7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,9 @@ cleandir:
        cd openconnect; \
        git reset --hard HEAD; \
        git clean -fdx; \
-       NOCONFIGURE=1 ./autogen.sh;
+       NOCONFIGURE=1 ./autogen.sh; \
+       libtoolize --automake --force --copy; \
+       automake --foreign --add-missing --force --copy
        cp -av debian openconnect
 
 xenial bionic: cleandir