From: Sascha Schumann Date: Sun, 11 Jun 2000 11:20:58 +0000 (+0000) Subject: Fix dependencies for util_uri.lo and util.lo. X-Git-Tag: APACHE_2_0_ALPHA_5~379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1252e4656e7ea8966cc8eb295160ea15bd7b848e;p=apache Fix dependencies for util_uri.lo and util.lo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85510 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 36c08db9b6..fc37c1edbc 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -26,5 +26,5 @@ uri_delims.h: gen_uri_delims test_char.h: gen_test_char ./gen_test_char > test_char.h -util_uri.o: uri_delims.h -util.o: test_char.h +util_uri.lo: uri_delims.h +util.lo: test_char.h