summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-16 16:27:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-16 16:27:18 +0000
commit41630bdc9395d05746f916f4b0d6ca177813775e (patch)
treea86bf9602a9f843845af1b498d46849cd0eb3903 /Makefile.in
parent15d2d14259ae643d6e067232b36a6b433fc31632 (diff)
downloadc-ares-41630bdc9395d05746f916f4b0d6ca177813775e.tar.gz
c-ares-41630bdc9395d05746f916f4b0d6ca177813775e.tar.bz2
c-ares-41630bdc9395d05746f916f4b0d6ca177813775e.zip
only build adig and ahost if 'make demos' is used
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bb453cd..9ba9ea6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,7 +27,9 @@ OBJS= ares__close_sockets.o ares__get_hostent.o ares__read_line.o \
ares_parse_ptr_reply.o ares_process.o ares_query.o ares_search.o \
ares_send.o ares_strerror.o ares_timeout.o ares_version.o
-all: $(LIB) adig ahost
+all: $(LIB)
+
+demos: adig ahost
$(LIB): ${OBJS}
ar cru $@ ${OBJS}