Files
s390-tools/zdump
Marc Hartmayer 7babd82e6f zgetdump/Makefile: don't use .check_dep_zgetdump as linker input
The `.check_dep_zgetdump` file is used to cache the result of the
dependency checks and should not be used as input for linking or
anything else. Let's add it as dependency for the objects file. This
shouldn't cause any problems since the Makefile rule for object files is
defined in `common.mak` as follows:

%.o: %.c
	$(CC) $(ALL_CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@

Fixes: https://github.com/ibm-s390-linux/s390-tools/issues/147
Fixes: 8d8d5e9746 ("zdump: Fix Makefile dependencies")
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Hoeppner <hoeppner@linux.ibm.com>
2022-12-20 08:17:20 +01:00
..
2019-12-12 18:04:32 +01:00
2021-11-10 15:12:10 +01:00
2022-10-22 20:27:16 +02:00
2022-10-22 20:27:16 +02:00
2022-10-22 20:27:16 +02:00
2021-11-10 15:12:10 +01:00
2019-12-12 18:04:32 +01:00
2022-06-20 13:14:05 +02:00
2022-06-20 13:14:05 +02:00
2022-11-29 17:03:57 +01:00
2022-06-20 13:14:05 +02:00
2021-12-09 16:19:25 +01:00
2021-12-09 16:19:25 +01:00
2022-11-29 17:03:57 +01:00
2021-11-10 15:12:10 +01:00