mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
fix dependencies. (what is a .lo anyway? i tried making the .o depend
on the .h which is how dependencies usually work, but the other rules didn't work out right unless i used a .lo ... i suppose this only matters to folks building with -j N) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85491 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -26,5 +26,5 @@ uri_delims.h: gen_uri_delims
|
|||||||
test_char.h: gen_test_char
|
test_char.h: gen_test_char
|
||||||
./gen_test_char > test_char.h
|
./gen_test_char > test_char.h
|
||||||
|
|
||||||
$(srcdir)/util_uri.c: uri_delims.h
|
util_uri.o: uri_delims.h
|
||||||
$(srcdir)/util.c: test_char.h
|
util.o: test_char.h
|
||||||
|
Reference in New Issue
Block a user