Re: [PATCH] write gas check tmp file to O= directory
From: Tom Rini <hidden>
Date: 2004-10-24 18:11:00
From: Tom Rini <hidden>
Date: 2004-10-24 18:11:00
On Sun, Oct 24, 2004 at 06:09:23PM +0200, Olaf Hering wrote:
the tmp file should be in the O= directory.
[snip]
@@ -132,5 +132,5 @@ endif CLEAN_FILES += include/asm-$(ARCH)/offsets.h \ arch/$(ARCH)/kernel/asm-offsets.s \ - $(TOUT) + $(objdir)$(TOUT)
Having to do this seems wrong. We don't need $(objdir) for any other generated file in CLEAN_FILES. -- Tom Rini http://gate.crashing.org/~trini/