diff --git a/Makefile.pre.in b/Makefile.pre.in index 54755b9..68610b3 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1153,7 +1153,7 @@ LIBPL= $(LIBDEST)/config-$(LDVERSION) LIBPC= $(LIBDIR)/pkgconfig libainstall: all 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"; \