chiark / gitweb /
Regression tests compile on systems without poll(2). Do not install
[adns.git] / client / Makefile.in
index 67acef447a69f843a8dd2cab573d41dd2d65259c..c75d4d0c02d22ba0a9af66e003236a5524e0bbc9 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: