summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-04 20:20:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-04 20:20:56 +0000
commitaf2fa08aa00152a253ee42bcd42eede8df578c52 (patch)
tree94c7ef1c540c3c8f34adeede227ac897139ae1a7 /lib
parent93e4188e60a02b0ade35b315286cccaf4c5bbbb8 (diff)
downloadtar-af2fa08aa00152a253ee42bcd42eede8df578c52.tar.gz
* lib/Makefile.tmpl (localedir.h): Omit needless quotes and a
needless sed command.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 04caf879..3a68596c 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -1,6 +1,6 @@
# Makefile for GNU tar library.
-# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004
+# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005
# Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
@@ -28,7 +28,7 @@ DISTCLEANFILES = localedir.h
localedir.h : Makefile
echo '#define LOCALEDIR "$(localedir)"' >$@
echo "#ifndef DEFAULT_RMT_COMMAND" >> $@
- echo "# define DEFAULT_RMT_COMMAND \"$(DEFAULT_RMT_DIR)/`echo \"rmt\" | sed 's,^.*/,,;$(transform)'`$(EXEEXT)\"" >> $@
+ echo "# define DEFAULT_RMT_COMMAND \"$(DEFAULT_RMT_DIR)/`echo rmt | sed '$(transform)'`$(EXEEXT)\"" >> $@
echo "#endif" >> $@
rtapelib.o: localedir.h
@@ -51,6 +51,5 @@ $(srcdir)/getdate.c: getdate.y
mv -f y.tab.c getdate.c
SUFFIXES = .o .c .h
-CLEANFILES =
+CLEANFILES =
# gnulib modules
-