]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert the target specific variable to fix building with BSD make
authorOndřej Surý <ondrej@sury.org>
Wed, 31 Jul 2019 14:05:02 +0000 (16:05 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 31 Jul 2019 14:05:02 +0000 (16:05 +0200)
lib/dns/tests/Makefile.in

index 98dc6512854a5d89b0ced3fc4157fc0d6ccdccbe..afa7ff55343e9c59e61328a7a5c7278b573600b2 100644 (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} \