From: Bruno Haible Date: Tue, 3 Feb 2004 10:59:51 +0000 (+0000) Subject: Define RM, so that "make uninstall" works. X-Git-Tag: v0.14.2~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf2760aa6ce26ef165a0a286e8e32fa61b57b2df;p=thirdparty%2Fgettext.git Define RM, so that "make uninstall" works. --- diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog index 192c74c6a..65d5970d5 100644 --- a/gettext-runtime/libasprintf/ChangeLog +++ b/gettext-runtime/libasprintf/ChangeLog @@ -1,3 +1,7 @@ +2004-02-02 Bruno Haible + + * Makefile.am (RM): New variable. + 2004-01-29 Bruno Haible * gettext-0.14.1 released. diff --git a/gettext-runtime/libasprintf/Makefile.am b/gettext-runtime/libasprintf/Makefile.am index 97609764a..bdd4bb89e 100644 --- a/gettext-runtime/libasprintf/Makefile.am +++ b/gettext-runtime/libasprintf/Makefile.am @@ -23,6 +23,8 @@ ACLOCAL_AMFLAGS = -I ../../config/m4 -I ../m4 EXTRA_DIST = MOSTLYCLEANFILES = +RM = rm -f + # Library include file. diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 4279c631e..b9c97cab4 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,7 @@ +2004-02-02 Bruno Haible + + * Makefile.am (RM): New variable. + 2004-01-29 Bruno Haible * gettext-0.14.1 released. diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index 93ffd61af..0f71803b1 100644 --- a/gettext-runtime/src/Makefile.am +++ b/gettext-runtime/src/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/src subdirectory of GNU gettext -## Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc. +## Copyright (C) 1995-1998, 2000-2004 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -20,6 +20,8 @@ AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies EXTRA_DIST = +RM = rm -f + bin_PROGRAMS = gettext ngettext envsubst localedir = $(datadir)/locale