]> Dogcows Code - chaz/tar/blobdiff - lib/Makefile.tmpl
Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses...
[chaz/tar] / lib / Makefile.tmpl
index 7cd4e88b4a72d1ed4fe817038199f2aab736f703..04caf8793f68298f796e11eda24fb4f6375443a4 100644 (file)
@@ -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)
 
@@ -48,5 +50,7 @@ $(srcdir)/getdate.c: getdate.y
          $(YACC) $(YFLAGS) getdate.y && \
          mv -f y.tab.c getdate.c
 
+SUFFIXES = .o .c .h
+CLEANFILES = 
 # gnulib modules
 
This page took 0.021559 seconds and 4 git commands to generate.