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:
parent
5898e6f8f8
commit
81ff83354e
1 changed files with 0 additions and 1 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue