commit | 10077c9f2dae1afabab2808a0326ecf3e8e5a82c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri May 17 16:54:27 2019 +0900 |
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Jun 04 15:03:38 2019 +0200 |
tree | 106aeb6853ad53184d5d697d76f2752509945177 | |
parent | c3bce92531ac4f4ed18008545d54b15f2166ddb4 [diff] |
s390: drop meaningless 'targets' from tools Makefile 'targets' should be specified to include .*.cmd files to evaluate if_changed or friends. Here, facility-defs.h and dis-defs.h are generated by filechk. Because filechk does not generate .*.cmd file, the 'targets' addition is meaningless. The filechk correctly updates the target when its content is changed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>