From f752a002333635be6dcfe0b3e18534ef2af0bd80 Mon Sep 17 00:00:00 2001 From: Ted Pavlic Date: Wed, 21 Jan 2009 15:55:49 -0500 Subject: [PATCH] Removed final extra indentation from Makefile status messages. I thought the indentation looked nice and helped when viewing the output of a "make xpi" from liberator. Oh, well. --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index 2cf4fa09..42c0d6e6 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -95,7 +95,7 @@ $(XPI): $(JAR) mkdir -p $(XPI_PATH) $(AWK) -v 'name=$(NAME)' -f $(BASE)/process_manifest.awk $(TOP)/chrome.manifest >$(XPI_PATH)/chrome.manifest $(MAKE_JAR) "$(XPI)" "$(XPI_BASES)" "$(XPI_DIRS)" "$(XPI_TEXTS)" "$(XPI_BINS)" "$(XPI_FILES)" - @echo " SUCCESS: $@" + @echo "SUCCESS: $@" #### jar