diff --git a/Makefile.pre.in b/Makefile.pre.in index 0c3981c1323..2b685710318 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1644,7 +1644,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"; \