diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c5268a044f..ec19a9fdc40 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1695,7 +1695,7 @@ LIBPL= @LIBPL@ LIBPC= $(LIBDIR)/pkgconfig libainstall: @DEF_MAKE_RULE@ python-config - @for i in $(LIBDIR) $(LIBPL) $(LIBPC); \ + @for i in $(LIBDIR) $(LIBPL) $(LIBPC) $(BINDIR); \ do \ if test ! -d $(DESTDIR)$$i; then \ echo "Creating directory $$i"; \