]> granicus.if.org Git - apache/commitdiff
get "make extraclean" and probably "make distclean" to work on AIX
authorJeff Trawick <trawick@apache.org>
Tue, 7 May 2002 14:51:32 +0000 (14:51 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 7 May 2002 14:51:32 +0000 (14:51 +0000)
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

index 7fa894c06ede7dac5129a2138534340d77667ad9..434d54cef83ed931d44f60bf23aeb3328f0f509d 100644 (file)
@@ -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