]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Define RM. AIX make doesn't have it predefined.
authorBruno Haible <bruno@clisp.org>
Tue, 17 Apr 2001 20:13:08 +0000 (20:13 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 17 Apr 2001 20:13:08 +0000 (20:13 +0000)
doc/ChangeLog
doc/Makefile.am

index a5751f803788b250dffaac860c64d4eae8458cef..91a0917262703308297ee7fdb57d41c1e53ea331 100644 (file)
@@ -2,6 +2,7 @@
 
        * Makefile.am (install-html-split): Install into correct directory.
        Don't use $<.
+       (RM): New variable.
 
 2001-04-19  Bruno Haible  <haible@clisp.cons.org>
 
index 35fb6382171dd3ecc8366a35d845c8047de30553..6bf2ae6bb86af4dba5e307ab56dfc28ded5ea07c 100644 (file)
@@ -26,6 +26,7 @@ htmldir = $(docdir)
 AUTOMAKE_OPTIONS = 1.2 gnits
 
 SED = sed
+RM = rm -f
 
 MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@