summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 579f05a..9f320d6 100755
--- a/build.sh
+++ b/build.sh
@@ -9,7 +9,7 @@ fi
# Ensure that aclocal wont' be called
# """""""""""""""""""""""""""""""""""
-touch aclocal.m4 Makefile.in configure config.h.in
+touch Makefile.in configure config.h.in
# Create the Makefile
# """""""""""""""""""