changeset 19261:7315760b9045

Force file removal for distclean-local in scripts directory (bug #43359). * scripts/Makefile.am (distclean-local): Add -f to rm command.
author Daniel J Sebald <daniel.sebald@ieee.org>
date Sun, 05 Oct 2014 00:26:26 -0500
parents cdfc8bc9ab62
children 4122df73e374
files scripts/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/Makefile.am	Mon Oct 06 08:40:48 2014 -0700
+++ b/scripts/Makefile.am	Sun Oct 05 00:26:26 2014 -0500
@@ -495,5 +495,5 @@
 
 distclean-local:
 	if [ "x$(srcdir)" != "x." ]; then \
-	  rm $(java_JAVA_IMAGES); \
+	  rm -f $(java_JAVA_IMAGES); \
 	fi