From 33491a8d7cab1d734f2f068cf8970d37b71309a1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 12 Sep 2004 12:48:54 +0000 Subject: [PATCH] Added 'rtapelib.o: localedir.h' dependency --- lib/Makefile.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl index 7cd4e88..0ace7d8 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) -- 2.44.0