proc-cache.c: use hash-table code from hash.c
This commit is contained in:
parent
5193e8453c
commit
4f05a5ae4f
2 changed files with 51 additions and 134 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ install : $(PROGRAMS)
|
|||
cp $^ $(HOME)/bin/
|
||||
|
||||
dlight : dlight.o buffer.o env.o http.o rss.o lockfile.o filter.o cconf.o \
|
||||
sha1_io.o proc-cache.o dlhist.o error.o
|
||||
sha1_io.o proc-cache.o dlhist.o hash.o error.o
|
||||
dlight-compile : compile.o buffer.o env.o lockfile.o filter.o cconf.o \
|
||||
sha1_io.o error.o
|
||||
dlight-read-config : read-config.o buffer.o env.o cconf.o sha1_io.o error.o
|
||||
|
|
|
|||
Reference in a new issue