2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2024-12-29 11:40:16 +01:00

build: Remove duplicate sed expression.

* Makefile.am (do_subst): Remove duplicate line.
This commit is contained in:
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

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