From 81ff83354efc903891999f946b113d39e6e68a7c Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sun, 13 Nov 2016 10:53:38 +0100 Subject: build: Remove duplicate sed expression. * Makefile.am (do_subst): Remove duplicate line. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d340930..005bd52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -139,7 +139,6 @@ CLEANFILES = \ do_subst = ( $(SED) \ -e "s,@configure_input[@],Generated from $$in. Do not edit by hand.,g" \ -e 's,@datadir[@],$(datadir),g' \ - -e 's,@datadir[@],$(datadir),g' \ -e 's,@GUILE[@],$(GUILE),g' \ -e 's,@localstatedir[@],$(localstatedir),g' \ -e 's,@PACKAGE_LOAD_COMPILED_PATH[@],$(local_load_compiled_path),g' \ -- cgit v1.2.3