From: Sergey Poznyakoff Date: Sun, 12 Sep 2004 12:48:54 +0000 (+0000) Subject: Added 'rtapelib.o: localedir.h' dependency X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=33491a8d7cab1d734f2f068cf8970d37b71309a1;hp=5fd2daf959aaf3d457dc332a023f00b57c1ea366;p=chaz%2Ftar Added 'rtapelib.o: localedir.h' dependency --- 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)