From 35e11fcc6fa1e8f44c2b3088dd7312325ffed4a4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 29 Dec 2008 00:41:27 +0100 Subject: update .gitignore --- autogen.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 4ab3fb5..e6bf5bc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,8 +14,7 @@ PKG_NAME=udev-extras } (cd $srcdir; - autoreconf --install --symlink && - autoreconf && + autoreconf --install --symlink ./configure $@ ) -- cgit