# HG changeset patch # User Keir Fraser # Date 1201453415 0 # Node ID d5dd9a457337754735466600f0fe3e794c078e24 # Parent f26026336462e72f99c0b3da8e3dbe772e81db74 libxc: Push parallel build of libraries down to a new phony target, as 'build' is already loaded with library dependencies on ia64. Signed-off-by: Keir Fraser diff -r f26026336462 -r d5dd9a457337 tools/libxc/Makefile --- a/tools/libxc/Makefile Sun Jan 27 16:44:04 2008 +0000 +++ b/tools/libxc/Makefile Sun Jan 27 17:03:35 2008 +0000 @@ -80,8 +80,11 @@ LIB += libxenguest.so libxenguest.so.$(M all: build .PHONY: build -build: $(LIB) - $(MAKE) $(LIB) +build: + $(MAKE) libs + +.PHONY: libs +libs: $(LIB) .PHONY: install install: build