chiark / gitweb /
+ * Create $(bin_dir) and $(lib_dir) on `make install', and also
[adns.git] / client / Makefile.in
index 462ca579c0eca6e6976bbe1eaa2a3f38c2826bea..cf64e8e81b561c6fcdc55c5cce52936dfea8b0bd 100644 (file)
@@ -59,6 +59,7 @@ ADNSDIR=      $(srcdir)/../src/
 all:           $(TARGETS)
 
 install:       $(TARG_INSTALL)
+               mkdir -p $(bin_dir)
                set -xe; for f in $(TARG_INSTALL); \
                        do $(INSTALL_PROGRAM) $$f $(bin_dir)/$$f; done