]> granicus.if.org Git - apache/commitdiff
Add a missing backslash in the install-other code so that the httpd.dll
authorJeff Trawick <trawick@apache.org>
Wed, 2 May 2001 19:09:21 +0000 (19:09 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 2 May 2001 19:09:21 +0000 (19:09 +0000)
logic isn't displayed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88977 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index 14536dc9da60975e9b3bf24be500ed07cd36f0b8..59673a0cc5c1cacbf7a4e5852238642b1d9729e5 100644 (file)
@@ -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); \