summaryrefslogtreecommitdiff
path: root/make/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/config.mk')
-rw-r--r--make/config.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/make/config.mk b/make/config.mk
index 43716af5..f0663aa7 100644
--- a/make/config.mk
+++ b/make/config.mk
@@ -3,9 +3,8 @@
OS := $(shell uname)
-# Assume make is always run from top-level of source directory. Note
-# than an Apple style build overrides these variables later in the
-# makefile.
+# Assume make is always run from top-level of source directory. Note than an
+# Apple style build overrides these variables later in the makefile.
ProjSrcRoot := $(shell pwd)
ProjObjRoot := $(ProjSrcRoot)
@@ -73,7 +72,7 @@ CP := cp
ifndef VERBOSE
Verb := @
else
- Verb :=
+ Verb :=
endif
Echo := @echo