diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-11-13 10:53:38 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-11-17 01:19:05 +0100 |
commit | 81ff83354efc903891999f946b113d39e6e68a7c (patch) | |
tree | 318acb2bc0c17e9403c731a872de5091021aafc3 | |
parent | 5898e6f8f8d18661aed6878bd4e32475f149531f (diff) | |
download | cuirass-81ff83354efc903891999f946b113d39e6e68a7c.tar cuirass-81ff83354efc903891999f946b113d39e6e68a7c.tar.gz |
build: Remove duplicate sed expression.
* Makefile.am (do_subst): Remove duplicate line.
-rw-r--r-- | Makefile.am | 1 |
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' \ |