diff options
author | Juan Quintela <quintela@redhat.com> | 2009-07-22 22:37:40 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-27 14:10:56 -0500 |
commit | 4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6 (patch) | |
tree | 14989fe5b367b33be294adca04fc342203c76be4 /Makefile | |
parent | fa282484b373f4c5751cb46fb2daa8ba0245fe5c (diff) | |
download | qemu-4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6.tar.gz qemu-4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6.tar.bz2 qemu-4bf6b55b346d33ff16dd25f75bbea8e21f95dfa6.zip |
set SEARCH_PATH for the linker script from output of ld --verbose -v
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ clean: done distclean: clean - rm -f config-host.mak config-host.h $(DOCS) qemu-options.texi qemu-img-cmds.texi + rm -f config-host.mak config-host.h config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pg,toc,tp,vr} for d in $(TARGET_DIRS) libhw32 libhw64; do \ rm -rf $$d || exit 1 ; \ |