Fix rule name.

This commit is contained in:
jzmaddock
2015-10-18 17:52:59 +01:00
parent 389b9c35e0
commit 6e80ff8c4c

View File

@ -124,7 +124,7 @@ rule regex-run-simple ( sources + : args * : input-files * : requirements * : ta
{
exe $(target-name)_exe : $(sources) : $(requirements) ;
explicit $(target-name)_exe ;
make $(target-name).output : $(target-name)_exe : @mp_simple_run_action ;
make $(target-name).output : $(target-name)_exe : @regex_simple_run_action ;
explicit $(target-name).output ;
alias $(target-name) : $(target-name).output ;
}