+ * Create $(bin_dir) and $(lib_dir) on `make install', and also
[adns] / src / Makefile.in
index 6967e8a..5b01aca 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