Skip to content

Commit 4dfb276

Browse files
committed
use some more explicit targets
1 parent 81a7b2d commit 4dfb276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,15 +418,15 @@ endif
418418

419419
$(ulg_perl_bin)/get_iplayer.cgi: $(ulg_perl_bin)/get_iplayer
420420

421-
$(ulg)/credits.txt:
421+
$(ulg)/credits.txt: credits.txt
422422
ifndef NOGIP
423423
@mkdir -p $(ulg)
424424
@$(ditto) credits.txt $(ulg)
425425
@echo created $(ulg)/credits.txt
426426
@touch $(ulg)/credits.txt
427427
endif
428428

429-
$(ul_man1):
429+
$(ul_man1)/get_iplayer.1: $(gip_tgz)
430430
ifndef NOGIP
431431
@mkdir -p $(ul_man1)
432432
@tar -xzf $(gip_tgz) -C $(ul_man1) get_iplayer.1
@@ -442,7 +442,7 @@ ifndef NOGIP
442442
@touch $(ul_bin)
443443
endif
444444

445-
gip-all: $(ulg_perl_bin) $(ulg_perl_bin)/get_iplayer $(ulg_perl_bin)/get_iplayer.cgi $(ulg)/credits.txt $(ul_man1) $(ul_bin)
445+
gip-all: $(ulg_perl_bin) $(ulg_perl_bin)/get_iplayer $(ulg_perl_bin)/get_iplayer.cgi $(ulg)/credits.txt $(ul_man1)/get_iplayer.1 $(ul_bin)
446446

447447
gip-clean:
448448
@rm -f $(ul_bin)/{$(gip_bin_scripts)}
@@ -580,7 +580,7 @@ deps-all: perl-all gip-all ap-all ff-all lic-all apps-all
580580

581581
deps-clean: perl-clean gip-clean ap-clean ff-clean lic-clean apps-clean
582582

583-
$(pkg_path): $(pkg_prj) $(ulg_perl) $(ulg_perl_bin)/get_iplayer $(ulg_perl_bin)/get_iplayer.cgi $(ulg)/credits.txt $(ul_man1) $(ul_bin) $(ulg_utils_bin)/AtomicParsley $(ulg_utils_bin)/ffmpeg $(ulg_lic_dir) $(apps_gip)
583+
$(pkg_path): $(pkg_prj) $(ulg_perl) $(ulg_perl_bin)/get_iplayer $(ulg_perl_bin)/get_iplayer.cgi $(ulg)/credits.txt $(ul_man1)/get_iplayer.1 $(ul_bin) $(ulg_utils_bin)/AtomicParsley $(ulg_utils_bin)/ffmpeg $(ulg_lic_dir) $(apps_gip)
584584
ifndef NOPKG
585585
@echo building $(pkg_path)
586586
@mkdir -p $(dir $(pkg_path))

0 commit comments

Comments
 (0)