Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses '+=' on them.

This commit is contained in:
Sergey Poznyakoff
2004-10-25 15:56:20 +00:00
parent c0f0d25271
commit 1625cc5f67

View 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