summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src
diff options
context:
space:
mode:
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