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:
dgaudet
2000-06-10 01:10:10 +00:00
parent 7e50066461
commit 3eb76501e4

View File

@ -26,5 +26,5 @@ uri_delims.h: gen_uri_delims
test_char.h: gen_test_char
./gen_test_char > test_char.h
$(srcdir)/util_uri.c: uri_delims.h
$(srcdir)/util.c: test_char.h
util_uri.o: uri_delims.h
util.o: test_char.h