]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
$(RM) is not automatically defined on BSD make, so hardcode 'rm
authorwessels <>
Sat, 19 Feb 2005 04:01:00 +0000 (04:01 +0000)
committerwessels <>
Sat, 19 Feb 2005 04:01:00 +0000 (04:01 +0000)
-rf' instead

lib/cppunit-1.10.0/doc/Makefile.am
lib/cppunit-1.10.0/doc/Makefile.in

index 13ec97f18710c20f7015cd605be3d616491a5656..9fe2a157f6427c53311ac63b9d6f362abf6e52ef 100644 (file)
@@ -63,5 +63,5 @@ pdf: @PACKAGE@.pdf
 
 
 clean-local:
-       $(RM) -r latex
-       $(RM) -r html man @PACKAGE@.ps @PACKAGE@.pdf
+       rm -rf latex
+       rm -rf html man @PACKAGE@.ps @PACKAGE@.pdf
index ca0b45acf388395eea4f2d5a77f53995e966a7b7..c5abc650b394c9c87dc2766ec8c0b8971846ba24 100644 (file)
@@ -377,8 +377,8 @@ pdf: @PACKAGE@.pdf
        ln -s ./latex/refman.pdf @PACKAGE@.pdf
 
 clean-local:
-       $(RM) -r latex
-       $(RM) -r html man @PACKAGE@.ps @PACKAGE@.pdf
+       rm -rf latex
+       rm -rf html man @PACKAGE@.ps @PACKAGE@.pdf
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: