autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 02/16] build: don't distribute lib/freeze.mk explicitly


From: Stefano Lattarini
Subject: [PATCH 02/16] build: don't distribute lib/freeze.mk explicitly
Date: Sun, 5 May 2013 23:28:59 +0200

It is automatically distributed by Automake, being included by
other Makefile.am files.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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|@address@hidden|$(SHELL)|g' \
-- 
1.8.3.rc0.19.g7e6a0cc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]