File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -418,15 +418,15 @@ endif
418
418
419
419
$(ulg_perl_bin ) /get_iplayer.cgi : $(ulg_perl_bin ) /get_iplayer
420
420
421
- $(ulg ) /credits.txt :
421
+ $(ulg ) /credits.txt : credits.txt
422
422
ifndef NOGIP
423
423
@mkdir -p $(ulg)
424
424
@$(ditto) credits.txt $(ulg)
425
425
@echo created $(ulg)/credits.txt
426
426
@touch $(ulg)/credits.txt
427
427
endif
428
428
429
- $(ul_man1 ) :
429
+ $(ul_man1 ) /get_iplayer.1 : $( gip_tgz )
430
430
ifndef NOGIP
431
431
@mkdir -p $(ul_man1)
432
432
@tar -xzf $(gip_tgz) -C $(ul_man1) get_iplayer.1
@@ -442,7 +442,7 @@ ifndef NOGIP
442
442
@touch $(ul_bin)
443
443
endif
444
444
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 )
446
446
447
447
gip-clean :
448
448
@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
580
580
581
581
deps-clean : perl-clean gip-clean ap-clean ff-clean lic-clean apps-clean
582
582
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 )
584
584
ifndef NOPKG
585
585
@echo building $(pkg_path)
586
586
@mkdir -p $(dir $(pkg_path))
You can’t perform that action at this time.
0 commit comments