From 322008291d228e7e041ce1b0eb3553f3a4cdd832 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 21 May 2002 18:28:43 +0000 Subject: [PATCH] Make "make uninstall" work with non-GNU make. --- intl-java/ChangeLog | 4 ++++ intl-java/Makefile.am | 4 +++- projects/ChangeLog | 4 ++++ projects/Makefile.am | 4 +++- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/intl-java/ChangeLog b/intl-java/ChangeLog index a93a60abb..dece2dc77 100644 --- a/intl-java/ChangeLog +++ b/intl-java/ChangeLog @@ -1,3 +1,7 @@ +2002-05-18 Bruno Haible + + * Makefile.am (RM): New variable. + 2002-04-24 Bruno Haible * gettext-0.11.2 released. diff --git a/intl-java/Makefile.am b/intl-java/Makefile.am index 749640fa1..d3faeb174 100644 --- a/intl-java/Makefile.am +++ b/intl-java/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for intl-java directory in GNU NLS utilities package. -## Copyright (C) 2001 Free Software Foundation, Inc. +## Copyright (C) 2001-2002 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 @@ -19,6 +19,8 @@ AUTOMAKE_OPTIONS = 1.2 gnits +RM = rm -f + jardir = $(datadir)/gettext docdir = $(prefix)/doc/@PACKAGE@ htmldir = $(docdir) diff --git a/projects/ChangeLog b/projects/ChangeLog index 48cc54955..f0e849ce0 100644 --- a/projects/ChangeLog +++ b/projects/ChangeLog @@ -1,3 +1,7 @@ +2002-05-18 Bruno Haible + + * Makefile.am (RM): New variable. + 2002-04-24 Bruno Haible * gettext-0.11.2 released. diff --git a/projects/Makefile.am b/projects/Makefile.am index b9df0322f..93b6c729a 100644 --- a/projects/Makefile.am +++ b/projects/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the projects subdirectory of the GNU NLS Utilities -## Copyright (C) 2001 Free Software Foundation, Inc. +## Copyright (C) 2001-2002 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 @@ -19,6 +19,8 @@ AUTOMAKE_OPTIONS = 1.2 gnits +RM = rm -f + projectsdir = $(pkgdatadir)/projects PROJECTS = TP KDE GNOME -- 2.47.2