only build adig and ahost if 'make demos' is used
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Feb 2004 16:27:18 +0000 (16:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Feb 2004 16:27:18 +0000 (16:27 +0000)
Makefile.in

index bb453cd..9ba9ea6 100644 (file)
@@ -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}