X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.rules;h=5caea11356b9497d6ae756d58cc0a9c35e6c8ffb;hb=2fe6909be634932de4e45a4c37cd52f184fb9a9b;hp=4702534f267949c617584caac6d3d6276226ba3a;hpb=4f7a8cf8c2fed7ffc1121888a0cfa3cb0e115a2d;p=oota-llvm.git diff --git a/Makefile.rules b/Makefile.rules index 4702534f267..5caea11356b 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -819,7 +819,7 @@ $(LLVM_OBJ_ROOT)/config.status:: $(LLVM_SRC_ROOT)/configure # If the Makefile in the source tree has been updated, copy it over into the # build tree. Makefile :: $(BUILD_SRC_DIR)/Makefile - @${ECHO} "===== Makefile out of date, updating from source dir: `dirname $<` =====" + @${ECHO} "===== Updating Makefile from source dir: `dirname $<` =====" cp -f $< $@ #