summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-02-03 10:59:51 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:46 +0200
commitcf2760aa6ce26ef165a0a286e8e32fa61b57b2df (patch)
treed34d9d993828b1a7f69386af72d9619c0326a43a /gettext-runtime/src
parent258bfd7189dfde24188da0e1586da37f55010090 (diff)
downloadexternal_gettext-cf2760aa6ce26ef165a0a286e8e32fa61b57b2df.zip
external_gettext-cf2760aa6ce26ef165a0a286e8e32fa61b57b2df.tar.gz
external_gettext-cf2760aa6ce26ef165a0a286e8e32fa61b57b2df.tar.bz2
Define RM, so that "make uninstall" works.
Diffstat (limited to 'gettext-runtime/src')
-rw-r--r--gettext-runtime/src/ChangeLog4
-rw-r--r--gettext-runtime/src/Makefile.am4
2 files changed, 7 insertions, 1 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog
index 4279c63..b9c97ca 100644
--- a/gettext-runtime/src/ChangeLog
+++ b/gettext-runtime/src/ChangeLog
@@ -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.
diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am
index 93ffd61..0f71803 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