diff options
author | Lukas Larsson <[email protected]> | 2012-05-03 10:34:05 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-05-03 10:34:05 +0200 |
commit | b17c18daa8b502fc32fa977a133b590463f68857 (patch) | |
tree | 8022df877675862b8c089faeea3aa0ec687730a9 /lib/public_key/test/Makefile | |
parent | 7edca403c98cd00f016b6f6ad66d9e5ce36a9b9e (diff) | |
parent | c5d6ce6a07478c5ac19fdf2df244c4b837888d08 (diff) | |
download | otp-b17c18daa8b502fc32fa977a133b590463f68857.tar.gz otp-b17c18daa8b502fc32fa977a133b590463f68857.tar.bz2 otp-b17c18daa8b502fc32fa977a133b590463f68857.zip |
Merge branch 'maint'
* maint:
Fix include issues in when building tests
Fix cross compile of testcases
Update cross build system for tests to work
Diffstat (limited to 'lib/public_key/test/Makefile')
-rw-r--r-- | lib/public_key/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/test/Makefile b/lib/public_key/test/Makefile index b7f91981a5..397a0eb2d5 100644 --- a/lib/public_key/test/Makefile +++ b/lib/public_key/test/Makefile @@ -21,7 +21,7 @@ include $(ERL_TOP)/make/target.mk include $(ERL_TOP)/make/$(TARGET)/otp.mk -INCLUDES= -I. -I ../include +INCLUDES= -I. -I ../include -pa $(ERL_TOP)/lib/public_key/ebin # ---------------------------------------------------- # Target Specs |