From: Sergey Poznyakoff Date: Mon, 25 Oct 2004 15:56:20 +0000 (+0000) Subject: Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses... X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=1625cc5f67cf9f38e15862190bc268dcb2cc9307 Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses '+=' on them. --- diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl index 0ace7d8..04caf87 100644 --- a/lib/Makefile.tmpl +++ b/lib/Makefile.tmpl @@ -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