diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-08-30 18:19:55 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-08-31 12:22:09 +0200 |
commit | 59b5eb428f6386063d7ce30c2aab83d5de07b2d3 (patch) | |
tree | 5fa561d26457a33437fd31c8775169c9e81ea2d8 | |
parent | c1269eee5ceabe4ab2ff73db04aa522295ba96b4 (diff) | |
download | coreutils-59b5eb428f6386063d7ce30c2aab83d5de07b2d3.tar.xz |
maint: remove unused variable in src/Makefile.am
* src/Makefile.am (editpl): This.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 63c2b11c8..235deaa3d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -460,8 +460,6 @@ libstdbuf_so_LDADD = libstdbuf_so_LDFLAGS = -shared libstdbuf_so_CFLAGS = -fPIC $(AM_CFLAGS) -editpl = sed -e 's,@''PERL''@,$(PERL),g' - BUILT_SOURCES += dircolors.h dircolors.h: dcgen dircolors.hin $(AM_V_GEN)rm -f $@ $@-t |