build: Remove duplicate sed expression.

* Makefile.am (do_subst): Remove duplicate line.
pull/3/head
Mathieu Lirzin 2016-11-13 10:53:38 +01:00
parent 5898e6f8f8
commit 81ff83354e
No known key found for this signature in database
GPG Key ID: 0ADEE10094604D37
1 changed files with 0 additions and 1 deletions

View File

@ -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' \