Hi, This makes make clean in examples work even when the compile somehow failed and the classes directory was still present.
2005-07-26 Mark Wielaard <[EMAIL PROTECTED]>
* examples/Makefile.am (clean-local): Use rm -rf.
Committed,
Mark
--- examples/Makefile.am 25 May 2005 22:26:30 -0000 1.4
+++ examples/Makefile.am 26 Jul 2005 07:11:46 -0000
@@ -87,4 +87,4 @@
# Zip file be gone! (and make sure the classes are gone too)
clean-local:
- rm -f $(EXAMPLE_ZIP) classes
+ rm -rf $(EXAMPLE_ZIP) classes
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
