]> granicus.if.org Git - apache-authnz-external/commitdiff
Ignore errors on a line that is just there to make sure I don't leave any swap
authorjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Thu, 12 Dec 2013 14:20:00 +0000 (14:20 +0000)
committerjan@unixpapa.com <jan@unixpapa.com@8c465660-3f02-11de-a81c-fde7d73ceb89>
Thu, 12 Dec 2013 14:20:00 +0000 (14:20 +0000)
files in the directory before building a distribution.

mod_authnz_external/Makefile

index 9e23fb12f2fe1d80eba9b250e7ad261d25a98dcc..1cec8a936b052c1c7967d7565cca77fd2057064c 100644 (file)
@@ -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)