Browse Source

Strip whitespace around the PROJECT variable

Loïc Hoguin 11 years ago
parent
commit
9a46c92ad3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/core.mk

+ 1 - 0
core/core.mk

@@ -19,6 +19,7 @@ ERLANG_MK_VERSION = 1
 # Core configuration.
 
 PROJECT ?= $(notdir $(CURDIR))
+PROJECT := $(strip $(PROJECT))
 
 # Verbosity.