1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 10:32:39 +01:00

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.
This commit is contained in:
Ted Pavlic
2009-01-21 15:55:49 -05:00
parent 0d3ceb8c98
commit f752a00233

View File

@@ -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