]> 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 0ace7d861c0a0253ce2d61b4ae0e657900199562..04caf8793f68298f796e11eda24fb4f6375443a4 100644 (file)
@@ -50,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.019598 seconds and 4 git commands to generate.