summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-11-13 10:53:38 +0100
committerMathieu Lirzin <mthl@gnu.org>2016-11-17 01:19:05 +0100
commit81ff83354efc903891999f946b113d39e6e68a7c (patch)
tree318acb2bc0c17e9403c731a872de5091021aafc3 /Makefile.am
parent5898e6f8f8d18661aed6878bd4e32475f149531f (diff)
downloadcuirass-81ff83354efc903891999f946b113d39e6e68a7c.tar
cuirass-81ff83354efc903891999f946b113d39e6e68a7c.tar.gz
build: Remove duplicate sed expression.
* Makefile.am (do_subst): Remove duplicate line.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
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' \