[PATCH 02/16] build: don't distribute lib/freeze.mk explicitly
Stefano Lattarini <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <4193c397b56e6f3ebf0e45bacb92e347e2d4a992.1367789028.git.stefano.lattarini@gmail.com> |
It is automatically distributed by Automake, being included by other Makefile.am files. Signed-off-by: Stefano Lattarini <[email protected]> --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 7e30468..df1dc9a 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,7 +17,7 @@ SUBDIRS = Autom4te m4sugar autoconf autotest autoscan emacs nodist_pkgdata_DATA = autom4te.cfg -EXTRA_DIST = autom4te.in freeze.mk +EXTRA_DIST = autom4te.in edit = sed \ -e 's|@SHELL[@]|$(SHELL)|g' \ -- 1.8.3.rc0.19.g7e6a0cc