Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2016-10-05 13:06:00 +0300
committerLadar Levison <ladar@lavabit.com>2016-10-05 13:06:00 +0300
commit037ca0fe1fd3042d54ce93b2f5b5ac67b972335b (patch)
treeec4348b4e8d49dffd97b31919eb3d2ff403d5511 /Makefile
parent35070b69be85fd454095d8178a920a846df541fd (diff)
Removed extra whitespace in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 18ad8dd8..f7bdda1a 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ check: config warning $(MAGMA_CHECK_PROGRAM) $(DIME_CHECK_PROGRAM) finished
setup: $(PACKAGE_DEPENDENCIES)
ifeq ($(VERBOSE),no)
- @echo 'Running the ' $(YELLOW)'setup'$(NORMAL) ' scripts.'
+ @echo 'Running the '$(YELLOW)'setup'$(NORMAL)' scripts.'
endif
$(RUN)dev/scripts/linkup.sh
@@ -321,7 +321,7 @@ endif
$(PACKAGE_DEPENDENCIES):
ifeq ($(VERBOSE),no)
- @echo 'Building the ' $(YELLOW)'bundled'$(NORMAL) ' dependencies.'
+ @echo 'Building the '$(YELLOW)'bundled'$(NORMAL)' dependencies.'
endif
$(RUN)dev/scripts/builders/build.lib.sh all