Regression tests compile on systems without poll(2). Do not install
[adns] / client / Makefile.in
index 67acef4..c75d4d0 100644 (file)
@@ -29,7 +29,7 @@ DIRCFLAGS=    -I$(srcdir)/../src
 all:           $(TARGETS)
 
 install:       $(TARG_INSTALL)
-               set -xe; for f in $(TARGETS); \
+               set -xe; for f in $(TARG_INSTALL); \
                        do $(INSTALL_PROGRAM) $$f $(bin_dir)/$$f; done
 
 uninstall: