projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3723cd0
)
user: fix libuser build messages
author
Blue Swirl
<blauwirbel@gmail.com>
Tue, 13 Oct 2009 16:57:32 +0000
(16:57 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Tue, 13 Oct 2009 16:57:32 +0000
(16:57 +0000)
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7d4d75c9b72f28fa388524d96386fa736e0b9d01..04e21bb30569dc83da812db626276765f738e225 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-59,7
+59,7
@@
$(filter %-softmmu,$(SUBDIR_RULES)): libqemu_common.a
$(filter %-user,$(SUBDIR_RULES)): libuser.a
libuser.a:
- $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C libuser V="$(V)" TARGET_DIR="
$*
/" all,)
+ $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C libuser V="$(V)" TARGET_DIR="
libuser
/" all,)
ROMSUBDIR_RULES=$(patsubst %,romsubdir-%, $(ROMS))
romsubdir-%: