From: Jeff Trawick Date: Wed, 2 May 2001 19:09:21 +0000 (+0000) Subject: Add a missing backslash in the install-other code so that the httpd.dll X-Git-Tag: 2.0.18~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fba321f34b596842dd2c690857bb851bc333758;p=apache Add a missing backslash in the install-other code so that the httpd.dll logic isn't displayed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.in b/Makefile.in index 14536dc9da..59673a0cc5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,7 +82,7 @@ install-other: if test -f $$file; then \ cp -p $$file $(bindir); \ fi; \ - done; + done; \ file=httpd.dll; \ if test -f $$file; then \ cp -p $$file $(bindir); \