mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-14 17:58:40 -09:00
Fix khash.h -> khashl.h reference in Makefile
This commit is contained in:
parent
2d76190091
commit
5c5cd163a1
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ ncdu_SOURCES=\
|
||||||
|
|
||||||
noinst_HEADERS=\
|
noinst_HEADERS=\
|
||||||
deps/yopt.h\
|
deps/yopt.h\
|
||||||
deps/khash.h\
|
deps/khashl.h\
|
||||||
src/browser.h\
|
src/browser.h\
|
||||||
src/delete.h\
|
src/delete.h\
|
||||||
src/dir.h\
|
src/dir.h\
|
||||||
|
|
@ -43,5 +43,5 @@ ncdu.1: $(srcdir)/doc/ncdu.pod
|
||||||
pod2man --center "ncdu manual" --release "@PACKAGE@-@VERSION@" "$(srcdir)/doc/ncdu.pod" >ncdu.1
|
pod2man --center "ncdu manual" --release "@PACKAGE@-@VERSION@" "$(srcdir)/doc/ncdu.pod" >ncdu.1
|
||||||
|
|
||||||
update-deps:
|
update-deps:
|
||||||
wget -q https://raw.github.com/attractivechaos/klib/master/khash.h -O "$(srcdir)/deps/khash.h"
|
wget -q https://raw.github.com/attractivechaos/klib/master/khashl.h -O "$(srcdir)/deps/khashl.h"
|
||||||
wget -q http://g.blicky.net/ylib.git/plain/yopt.h -O "$(srcdir)/deps/yopt.h"
|
wget -q http://g.blicky.net/ylib.git/plain/yopt.h -O "$(srcdir)/deps/yopt.h"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue