Revert the target specific variable to fix building with BSD make

This commit is contained in:
Ondřej Surý
2019-07-31 16:05:02 +02:00
parent ae76cd086e
commit 4302b4f3c4

View File

@@ -234,12 +234,13 @@ time_test@EXEEXT@: time_test.@O@ dnstest.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
${LDFLAGS} -o $@ time_test.@O@ dnstest.@O@ \
${DNSLIBS} ${ISCLIBS} ${LIBS}
tkey_test@EXEEXT@: WRAP_OPTIONS = \
WRAP_OPTIONS = \
-Wl,--wrap=isc__mem_put \
-Wl,--wrap=isc__mem_get \
-Wl,--wrap=isc_mem_attach \
-Wl,--wrap=isc_mem_detach \
-Wl,--wrap=isc__mem_putanddetach
tkey_test@EXEEXT@: tkey_test.@O@ ${ISCDEPLIBS} ${DNSDEPLIBS}
if test "${LD_WRAP_TESTS}" = true; then WRAP="${WRAP_OPTIONS}"; fi; \
${LIBTOOL_MODE_LINK} ${PURIFY} ${CC} ${CFLAGS} \