From: Ian Jackson Date: Tue, 15 Jul 2008 17:03:32 +0000 (+0100) Subject: Do not build dyngen X-Git-Tag: xen-3.3.0-rc1~32 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=20175ff62ebfa126eecbdef4cb70972cfb9811f6;p=qemu-xen-3.3-testing.git Do not build dyngen --- 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))