chiark / gitweb /
+ * Create $(bin_dir) and $(lib_dir) on `make install', and also
[adns.git] / src / Makefile.in
index 6967e8a9842da8baa1f678e20d82074fce2d765b..5b01aca33da7287b71078b10d876455d59901fee 100644 (file)
@@ -29,6 +29,7 @@ include               $(srcdir)/../settings.make
 include                adns.make
 
 install:
+               mkdir -p $(lib_dir) $(include_dir)
                set -xe; for f in $(TARGETS); \
                        do $(INSTALL_DATA) $$f $(lib_dir)/$$f; done
                $(INSTALL_DATA) $(srcdir)/../src/adns.h $(include_dir)/adns.h