]> git.ipfire.org Git - thirdparty/autoconf.git/commit
build: no more make recursion for 'bin' subdir
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 5 May 2013 14:40:10 +0000 (16:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 6 May 2013 10:22:10 +0000 (12:22 +0200)
commit097b14e45eb0bfac8ed16df96cacc695fa380803
treeb85999066b92ce599e54ed9b15289c8cb8e94c7c
parentac62b53ff750ec88fa2939ef447657ff02d06372
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>
Makefile.am
bin/local.mk [moved from bin/Makefile.am with 72% similarity]
configure.ac