From 6a8a2803649c7db23582f07b8612a6bdb40f44dc Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Tue, 13 Oct 2009 16:57:32 +0000 Subject: [PATCH] user: fix libuser build messages Signed-off-by: Blue Swirl --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d4d75c9b7..04e21bb305 100644 --- 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-%: