From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Fri, 9 May 2008 10:00:00 +0200 Subject: [U-Boot-Users] Little build system issue in 1.3.3-rc3 Message-ID: <200805091000.00909.matthias.fuchs@esd-electronics.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, while doing some tests with post/cpu/ppc4xx/ether.c I noticed that ether.c is not rebuild when changed. I can even remove the ether.o object and make does not complain. I think there are some dependencies missing in the post Makefiles. Is this a bug or intention? Matthias