It is automatically distributed by Automake, being included by other Makefile.am files.
* lib/Makefile.am (EXTRA_DIST): Drop 'freeze.mk'. 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
