diff options
author | Péter Dimitrov <[email protected]> | 2018-05-15 12:05:37 +0200 |
---|---|---|
committer | Péter Dimitrov <[email protected]> | 2018-06-20 15:18:37 +0200 |
commit | 0360e26f440e2f1ce81eb286e3ba657a56f666d5 (patch) | |
tree | 5875bbf3bc1ac83b219651b88d08605fb183bc47 /lib/ssl/src/Makefile | |
parent | 648e19d82ee015692066a7bddcad68b511b35600 (diff) | |
download | otp-0360e26f440e2f1ce81eb286e3ba657a56f666d5.tar.gz otp-0360e26f440e2f1ce81eb286e3ba657a56f666d5.tar.bz2 otp-0360e26f440e2f1ce81eb286e3ba657a56f666d5.zip |
ssl: Define VSN macro in source
Define VSN macro in source to remove syntax errors while editing
the code.
Change-Id: I508d16641cb65ec954fc3fcae90183fa297770da
Diffstat (limited to 'lib/ssl/src/Makefile')
-rw-r--r-- | lib/ssl/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/Makefile b/lib/ssl/src/Makefile index ebcb511653..0d4eb2212a 100644 --- a/lib/ssl/src/Makefile +++ b/lib/ssl/src/Makefile @@ -118,7 +118,7 @@ EXTRA_ERLC_FLAGS = +warn_unused_vars ERL_COMPILE_FLAGS += -I$(ERL_TOP)/lib/kernel/src \ -pz $(EBIN) \ -pz $(ERL_TOP)/lib/public_key/ebin \ - $(EXTRA_ERLC_FLAGS) -DVSN=\"$(VSN)\" + $(EXTRA_ERLC_FLAGS) # ---------------------------------------------------- |