From 1625cc5f67cf9f38e15862190bc268dcb2cc9307 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 25 Oct 2004 15:56:20 +0000 Subject: [PATCH] Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses '+=' on them. --- lib/Makefile.tmpl | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.44.0