aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index a902800..a30b547 100755
--- a/buildconf
+++ b/buildconf
@@ -1,4 +1,4 @@
#!/bin/bash
-rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure &&
-aclocal && autoheader && automake && autoconf &&
+rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure
+aclocal && autoheader && automake && autoconf
rm -rf autom4te*.cache