dlhist.c: use file_cmp from utils.h instead of static path_cmp.
This commit is contained in:
parent
c1b99a9e7e
commit
e85b3b7993
2 changed files with 3 additions and 12 deletions
2
Makefile
2
Makefile
|
|
@ -15,7 +15,7 @@ install : $(PROGRAMS)
|
|||
cp $^ $(HOME)/bin/
|
||||
|
||||
dlight : dlight.o buffer.o env.o http.o rss.o lockfile.o filter.o cconf.o \
|
||||
proc-cache.o dlhist.o hash.o xalloc.o error.o
|
||||
proc-cache.o dlhist.o hash.o xalloc.o error.o utils.o
|
||||
dlight-compile : compile.o buffer.o env.o lockfile.o filter.o cconf.o \
|
||||
error.o
|
||||
dlight-read-config : read-config.o buffer.o env.o cconf.o error.o
|
||||
|
|
|
|||
Reference in a new issue