From 7cdde248b33b5da7c7176cbda66104be48ff4f0e Mon Sep 17 00:00:00 2001 From: "jan@unixpapa.com" Date: Thu, 12 Dec 2013 14:20:00 +0000 Subject: [PATCH] Ignore errors on a line that is just there to make sure I don't leave any swap files in the directory before building a distribution. --- mod_authnz_external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_authnz_external/Makefile b/mod_authnz_external/Makefile index 9e23fb1..1cec8a9 100644 --- a/mod_authnz_external/Makefile +++ b/mod_authnz_external/Makefile @@ -20,7 +20,7 @@ clean: rm -rf mod_authnz_external.so mod_authnz_external.o \ mod_authnz_external.la mod_authnz_external.slo \ mod_authnz_external.lo .libs - ls -a .*.swp + -ls -a .*.swp mae.tar: $(TAR) tar cvf mae.tar $(TAR) -- 2.50.1