summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-05 16:40:10 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-06 12:22:10 +0200
commit097b14e45eb0bfac8ed16df96cacc695fa380803 (patch)
treeb85999066b92ce599e54ed9b15289c8cb8e94c7c /configure.ac
parentac62b53ff750ec88fa2939ef447657ff02d06372 (diff)
downloadautoconf-097b14e45eb0bfac8ed16df96cacc695fa380803.tar.gz
build: no more make recursion for 'bin' subdir
* Makefile.am (MOSTLYCLEANFILES): New, to be extended later by included files. ($(srcdir)/doc/local.mk): New include. (SUBDIRS): Drop 'bin'. Adjust comments. * bin/Makefile.am: Rename ... * bin/local.mk: ... like this, and adjust. * configure.ac (AC_CONFIG_FILES): Drop 'bin/Makefile'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 437206c3..1fc00ae4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -211,7 +211,7 @@ AC_CONFIG_FILES([Makefile
lib/Makefile lib/Autom4te/Makefile lib/autoscan/Makefile
lib/m4sugar/Makefile
lib/autoconf/Makefile lib/autotest/Makefile
- bin/Makefile])
+ ])
AC_OUTPUT
# Report the state of this version of Autoconf if this is a beta.