X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.common;h=70219068211c8cbb2b3dbf3375a15a7ce335ec15;hb=16d1f73cf3494d5b4ceb9b9fc69ffe8768dc53f7;hp=da515716b0add086daebc0e5120570f1f199fb7e;hpb=b430e0b33dc4d8c410b1deb84305ecc3fb64c0fe;p=oota-llvm.git diff --git a/Makefile.common b/Makefile.common index da515716b0a..70219068211 100644 --- a/Makefile.common +++ b/Makefile.common @@ -180,7 +180,7 @@ ObjectsG = $(addprefix $(BUILD_ROOT)/Debug/,$(Objs)) ifdef DIRS # Only do this if we're using DIRS! all install clean:: - @for dir in ${DIRS}; do \ + $(VERB) for dir in ${DIRS}; do \ (cd $$dir; $(MAKE) $@) || exit 1; \ done endif