diff options
| author | Roy Marples <roy@marples.name> | 2017-04-13 16:16:58 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-04-13 16:16:58 +0100 |
| commit | 6479a49ec141519c03ab72731f67ecb0ec7cd4dd (patch) | |
| tree | 9a2492dce5820c96c436eb33435cedf0bcafddaa /tests | |
| parent | 9585c88ee931ee9c88df1a200f8af1c11308ba92 (diff) | |
| download | dhcpcd-6479a49ec141519c03ab72731f67ecb0ec7cd4dd.tar.xz | |
Fix compile on Solaris.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/crypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/crypt/Makefile b/tests/crypt/Makefile index 27ae54a8..d6b094bb 100644 --- a/tests/crypt/Makefile +++ b/tests/crypt/Makefile @@ -11,8 +11,8 @@ CFLAGS+= -std=${CSTD} CPPFLAGS+= -I${TOP} -I${TOP}/src -T_COMPAT_SRCS= ${COMPAT_SRCS:compat/%=${TOP}/src/compat/%} -T_MD5_SRC= ${MD5_SRC:crypt/%=${TOP}/src/crypt/%} +T_COMPAT_SRCS= ${COMPAT_SRCS:compat/%=${TOP}/compat/%} +T_MD5_SRC= ${MD5_SRC:crypt/%=${TOP}/compat/crypt/%} OBJS+= ${SRCS:.c=.o} ${T_COMPAT_SRCS:.c=.o} ${T_MD5_SRC:.c=.o} .c.o: |
