summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2015-11-24 22:47:49 +0100
committerpgen <p.gen.progs@gmail.com>2015-11-24 22:47:49 +0100
commite29c601d9d838c4db9c0c7289d9cd57ba0f31a75 (patch)
tree27dcf511b66fe2f064414ba188a484c455b89920 /build.sh
parent85319900bb5f5c846e8ecc931852a145b11cbb7b (diff)
Do not touch aclocal.m4 in build.sh
Diffstat (limited to 'build.sh')
-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
# """""""""""""""""""