summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-17 07:40:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-17 07:40:46 +0000
commit4eddbaddfd533256472efb3930d447b3011c7521 (patch)
tree43a8c466a077bde17fd30bf5a3e38b43af0dc988
parent438444b72f76c4216544976c152620f4d5017568 (diff)
downloadc-ares-4eddbaddfd533256472efb3930d447b3011c7521.tar.gz
c-ares-4eddbaddfd533256472efb3930d447b3011c7521.tar.bz2
c-ares-4eddbaddfd533256472efb3930d447b3011c7521.zip
'make all' also builds the demos
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 9ba9ea6..e3aae69 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -27,14 +27,14 @@ 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)
-
-demos: adig ahost
-
$(LIB): ${OBJS}
ar cru $@ ${OBJS}
${RANLIB} $@
+all: $(LIB) demos
+
+demos: adig ahost
+
tags:
etags *.[ch]