trawick 01/05/02 12:09:30 Modified: . Makefile.in Log: Add a missing backslash in the install-other code so that the httpd.dll logic isn't displayed. Revision Changes Path 1.70 +1 -1 httpd-2.0/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/Makefile.in,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- Makefile.in 2001/04/29 08:25:51 1.69 +++ Makefile.in 2001/05/02 19:09:21 1.70 @@ -82,7 +82,7 @@ if test -f $$file; then \ cp -p $$file $(bindir); \ fi; \ - done; + done; \ file=httpd.dll; \ if test -f $$file; then \ cp -p $$file $(bindir); \