]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Define RM, so that "make uninstall" works.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Feb 2004 10:59:51 +0000 (10:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:46 +0000 (12:11 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/Makefile.am
gettext-runtime/src/ChangeLog
gettext-runtime/src/Makefile.am

index 192c74c6a51ec7ef699f2ccf86a2b39979b86b7e..65d5970d5648ca1f87245fa6a2c82a063d2d3394 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-02  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (RM): New variable.
+
 2004-01-29  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.1 released.
index 97609764a46c10a03c8f3adf802e180ed5b23e4b..bdd4bb89e3275b8f9446e45c4fa712a8891e46f6 100644 (file)
@@ -23,6 +23,8 @@ ACLOCAL_AMFLAGS = -I ../../config/m4 -I ../m4
 EXTRA_DIST =
 MOSTLYCLEANFILES =
 
+RM = rm -f
+
 
 # Library include file.
 
index 4279c631eb30b604720be58d4ad700ba439e53af..b9c97cab4d2748786b598dc5be71146db4eca43d 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-02  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (RM): New variable.
+
 2004-01-29  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.14.1 released.
index 93ffd61af92472512441762a9e336305455094a2..0f71803b11f998afd21b01a3fe21a6792e55c4f8 100644 (file)
@@ -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