diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-06-09 11:11:28 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-11-08 23:19:39 +0100 |
commit | f701dc1c292e59f60355adb80aa8a9bf9199c36a (patch) | |
tree | 476ea18b86c9428ad39b782edb24648dbdffdd8f /src/Makefile | |
parent | bacd720279cb99bc5fe05de556f8a8ca23b9788e (diff) | |
download | VeraCrypt-f701dc1c292e59f60355adb80aa8a9bf9199c36a.tar.gz VeraCrypt-f701dc1c292e59f60355adb80aa8a9bf9199c36a.zip |
Correct typos introduced inadvertently
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 321d3734..e6220fbe 100644 --- a/src/Makefile +++ b/src/Makefile @@ -67,7 +67,7 @@ endif ifdef PKCS11_INC C_CXX_FLAGS += -I$(PKCS11_INC) -+else +else C_CXX_FLAGS += -I$(CURDIR)/PKCS11 endif |