From: Bill Erickson Date: Tue, 3 Sep 2013 18:56:27 +0000 (-0400) Subject: LP#1204123 repair makefile.am warning X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ef66eea902b50efa360815114c11d40d14560d2;p=working%2FOpenSRF.git LP#1204123 repair makefile.am warning Avoid trailing space after backslash Signed-off-by: Bill Erickson Signed-off-by: Jason Stephenson --- diff --git a/src/Makefile.am b/src/Makefile.am index 315698e..846eeb9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -69,7 +69,7 @@ install-exec-hook: done; \ fi cp -r @srcdir@/javascript/* $(DESTDIR)$(jsdir)/ - if [ ! -e @bindir@/osrf_control ]; then \ + if [ ! -e @bindir@/osrf_control ]; then \ ln -s @bindir@/opensrf-perl.pl @bindir@/osrf_control; \ fi