summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-09-12 12:48:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-09-12 12:48:54 +0000
commit33491a8d7cab1d734f2f068cf8970d37b71309a1 (patch)
tree7a371755a6bfb71aa4fd94cd5dcaeccbc6260dd9 /lib
parent5fd2daf959aaf3d457dc332a023f00b57c1ea366 (diff)
downloadtar-33491a8d7cab1d734f2f068cf8970d37b71309a1.tar.gz
Added 'rtapelib.o: localedir.h' dependency
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 7cd4e88b..0ace7d86 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -31,6 +31,8 @@ localedir.h : Makefile
echo "# define DEFAULT_RMT_COMMAND \"$(DEFAULT_RMT_DIR)/`echo \"rmt\" | sed 's,^.*/,,;$(transform)'`$(EXEEXT)\"" >> $@
echo "#endif" >> $@
+rtapelib.o: localedir.h
+
libtar_a_LIBADD = $(LIBOBJS) $(ALLOCA)
libtar_a_DEPENDENCIES = $(libtar_a_LIBADD)