# such as the need to link to libresolv and/or librt so please forgive the
# embedded code :)
-VERSION = 3.1.6
+VERSION = 3.1.7_pre1
CFLAGS += -O2 -pipe
INSTALL ?= install
echo "-lresolv"; \
else \
echo "Cannot work out how to get res_init to link" >&2; \
+ rm -f .res_init.c .res_init; \
exit 1; \
fi; \
rm -f .res_init.c .res_init
echo "-lrt"; \
else \
echo "Cannot work out how to get clock_gettime to link" >&2; \
+ rm -f .clock_gettime.c .clock_gettime; \
exit 1; \
fi; \
rm -f .clock_gettime.c .clock_gettime