From 20175ff62ebfa126eecbdef4cb70972cfb9811f6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 15 Jul 2008 18:03:32 +0100 Subject: [PATCH] Do not build dyngen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f874cee..930c3d29 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ LIBS+=$(AIOLIBS) all: $(TOOLS) $(DOCS) recurse-all -subdir-%: dyngen$(EXESUF) libqemu_common.a +subdir-%: libqemu_common.a $(MAKE) -C $(subst subdir-,,$@) all recurse-all: $(patsubst %,subdir-%, $(TARGET_DIRS)) -- 2.39.5