summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-25 15:56:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-25 15:56:20 +0000
commit1625cc5f67cf9f38e15862190bc268dcb2cc9307 (patch)
tree2969157ec2d2e105b484a27e88bd8517115f57c2 /lib
parentc0f0d25271225d6490c9d3bbcf82d18be1c5bcb0 (diff)
downloadtar-1625cc5f67cf9f38e15862190bc268dcb2cc9307.tar.gz
Initialize SUFFIXES and CLEANFILES since the makefile snippet from localcharset uses '+=' on them.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 0ace7d86..04caf879 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