From: Juan Quintela Date: Mon, 3 Aug 2009 12:46:28 +0000 (+0200) Subject: gcc generates the right dependency for this file X-Git-Tag: v0.12.0-rc0~1654 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9f437a091924f258e8efd82d903eb5610c942b06;p=users%2Fdwmw2%2Fqemu.git gcc generates the right dependency for this file Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- diff --git a/Makefile.target b/Makefile.target index a1892b6d21..934b8f2e01 100644 --- a/Makefile.target +++ b/Makefile.target @@ -163,10 +163,6 @@ obj-y = main.o syscall.o strace.o mmap.o signal.o path.o thunk.o \ elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o \ ioport-user.o obj-$(TARGET_HAS_BFLT) += flatload.o - -ifdef TARGET_HAS_ELFLOAD32 -elfload32.o: elfload.c -endif obj-$(TARGET_HAS_ELFLOAD32) += elfload32.o ifeq ($(TARGET_ARCH), i386)