From 374a37434fa11bdc95e0bc243aadb7de36bbbf43 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 18 Jan 2014 16:09:19 -0800 Subject: Makefiles: don't include *.tmp Since checkin: bd09a6d828fa Major Makefile cleanups; gcc 4.3.0 compatiblity ... we include *.tmp into the Makefiles as well as .*.d. This seems to have been a mistake in made when adding *.tmp to cleanup rules, probably using a sed script. This causes problems, because *.tmp files are generated by the gcc_ok macro and do not contain Makefile rules at all. Signed-off-by: H. Peter Anvin --- extlinux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extlinux') diff --git a/extlinux/Makefile b/extlinux/Makefile index 6cde574e..2c552f97 100644 --- a/extlinux/Makefile +++ b/extlinux/Makefile @@ -65,4 +65,4 @@ strip: %.s: %.c $(CC) $(UMAKEDEPS) $(CFLAGS) -S -o $@ $< --include .*.d *.tmp +-include .*.d -- cgit v1.2.1