Skip to content

Commit b86b419

Browse files
committed
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
1 parent a46352b commit b86b419

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ suexec:
184184
cd support && $(MAKE) suexec
185185

186186
x-local-distclean:
187-
$(RM) -r autom4te.cache
187+
@rm -rf autom4te.cache
188188

189189
include $(top_srcdir)/os/os2/core.mk

0 commit comments

Comments
 (0)