Skip to content

Commit

Permalink
build: don't distribute lib/freeze.mk explicitly
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
slattarini committed May 6, 2013
1 parent b2356bd commit 3184ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 3184ecc

Please sign in to comment.