1.1 --- a/test/Makefile Fri Aug 18 14:29:51 2017 +0000
1.2 +++ b/test/Makefile Mon Aug 21 10:08:11 2017 +0000
1.3 @@ -20,7 +20,7 @@
1.4 LDLIBS+= -luuid
1.5 endif
1.6
1.7 -ifeq ("$(OPENPGP)","NETPGP")
1.8 +ifeq ($(OPENPGP),NETPGP)
1.9 LDLIBS+= -lnetpgp
1.10 endif
1.11
1.12 @@ -32,7 +32,7 @@
1.13 LLDB_BIN=lldb
1.14 endif
1.15
1.16 -# Create a list of the extra library paths for the loader. We do not assume that the engine and its dependencies are not installed for testing.
1.17 +# Create a list of the extra library paths for the loader. I do not assume that the engine (and its dependencies) are installed for testing.
1.18 # Note that += can not be used here, as it changes the amount of whitespace
1.19 EXTRA_LIB_PATHS=../src:
1.20 ifdef ETPAN_LIB