From 9fba321f34b596842dd2c690857bb851bc333758 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 2 May 2001 19:09:21 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.50.1