diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:28 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:40 -0500 |
commit | 9f437a091924f258e8efd82d903eb5610c942b06 (patch) | |
tree | fc21d6c57c3f390c615ac308fc3683c5e5ad8523 /Makefile.target | |
parent | 0705667e2e976d28c9fc8740bcddbbbd52de64f1 (diff) |
gcc generates the right dependency for this file
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 4 |
1 files changed, 0 insertions, 4 deletions
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) |