ncurses: remove absolute path from generated source

This is for a stable source-package hash.
This commit is contained in:
Christian Helmuth 2017-11-13 15:07:27 +01:00
parent 054b8de67b
commit c76faff7d4
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
dd40dba9c711e4342a8dd66912034c0bc8fdb8d3
e08f39cf745a5b9c8ac0cb8f4ffe7f7c74df5a46

View File

@ -158,7 +158,8 @@ src/lib/ncurses/comp_captab.c: src/lib/ncurses/make_hash
$(VERBOSE)cd $(dir $@);\
sh -e $(realpath $(ncurses_src_dir))/tinfo/MKcaptab.sh \
mawk 1 $(realpath $(ncurses_src_dir))/tinfo/MKcaptab.awk \
$(realpath $(ncurses_include_dir))/Caps > $(notdir $@)
$(realpath $(ncurses_include_dir))/Caps |\
sed 's/^\(.*generated by\).*\(MKcaptab.sh.*\)/\1 \2/' > $(notdir $@)
src/lib/ncurses/make_keys: $(ncurses_src_dir)/tinfo/make_keys.c
@$(MSG_GENERATE)$@