Linking to allow running stubby from src/tools

This commit is contained in:
Willem Toorop 2016-10-16 05:39:04 -05:00
parent 838375fe66
commit 05fb6edfcb
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ $(ALL_OBJS):
getdns_query: getdns_query.lo
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -o $@ getdns_query.lo $(LDFLAGS) $(LDLIBS)
stubby: getdns_query
ln -s getdns_query stubby
stubby: getdns_query.lo
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) -o $@ getdns_query.lo $(LDFLAGS) $(LDLIBS)
install-getdns_query: getdns_query
$(INSTALL) -m 755 -d $(DESTDIR)$(bindir)