From 54ad22fb3e94476dbf8586ca0633e5fd06ffe983 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 9 Apr 2009 00:50:13 +0000 Subject: [PATCH] Remove unneeded variables. --- gettext-runtime/libasprintf/ChangeLog | 5 +++++ gettext-runtime/libasprintf/Makefile.am | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 1251fe5d0..0ecdc240e 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,8 @@ +2009-04-08 Bruno Haible + + * Makefile.am (SUFFIXES, CLEANFILES): Remove variables. Not needed any + more. + 2009-03-23 Jim Meyering * vasnprintf.c (divide): Fix typo in comment. diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 49aeece04..2f44b3f25 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/libasprintf subdirectory of GNU gettext -## Copyright (C) 2002-2007 Free Software Foundation, Inc. +## Copyright (C) 2002-2007, 2009 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify it ## under the terms of the GNU Library General Public License as published @@ -105,8 +105,7 @@ install-data-local: install-html installdirs-local: installdirs-html uninstall-local: uninstall-html -CLEANFILES = autosprintf.pdf -# autosprintf.dvi and autosprintf.ps are already known to automake. +# CLEANFILES: autosprintf.{dvi,ps,pdf,html} are already known to automake. # Documentation in DVI format. @@ -143,8 +142,6 @@ uninstall-ps: # Documentation in Portable Document Format. -SUFFIXES = .pdf - # The install-pdf target is already defined by automake. installdirs-pdf: -- 2.47.3