Bugfix: cannot override targets in Makefile

This commit is contained in:
Willem Toorop 2016-06-17 16:37:41 +02:00
parent 0f16860dbd
commit 22095f23f6
1 changed files with 3 additions and 2 deletions

View File

@ -66,13 +66,14 @@ CHECK_CFLAGS=@CHECK_CFLAGS@
CHECK_OBJS=check_getdns_common.lo check_getdns_context_set_timeout.lo \
check_getdns.lo check_getdns_transport.lo
DECOMPOSED_OBJS=getdns_str2dict.lo jsmn.lo getdns_context_config.lo
DECOMPOSED_OBJS_WITHOUT_JSMN=getdns_str2dict.lo getdns_context_config.lo
DECOMPOSED_OBJS=$(DECOMPOSED_OBJS_WITHOUT_JSMN) jsmn.lo
ALL_OBJS=$(CHECK_OBJS) check_getdns_libevent.lo check_getdns_libev.lo \
check_getdns_selectloop.lo getdns_query.lo scratchpad.lo \
testmessages.lo tests_dict.lo tests_list.lo tests_namespaces.lo \
tests_stub_async.lo tests_stub_sync.lo \
$(DECOMPOSED_OBJS)
$(DECOMPOSED_OBJS_WITHOUT_JSMN)
NON_C99_OBJS=check_getdns_libuv.lo