]> Dogcows Code - chaz/tar/commitdiff
Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses...
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 25 Oct 2004 15:56:20 +0000 (15:56 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 25 Oct 2004 15:56:20 +0000 (15:56 +0000)
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.020183 seconds and 4 git commands to generate.