From 3c5aa4340934f1643f9378cd027ec16227b3b146 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 7 May 2002 14:51:32 +0000 Subject: [PATCH] get "make extraclean" and probably "make distclean" to work on AIX again... $(RM) isn't defined everywhere (GNU make built-in?), so invoke rm the way we invoke it elsewhere in the makefile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94996 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 7fa894c06e..434d54cef8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -184,6 +184,6 @@ suexec: cd support && $(MAKE) suexec x-local-distclean: - $(RM) -r autom4te.cache + @rm -rf autom4te.cache include $(top_srcdir)/os/os2/core.mk -- 2.50.1