diff options
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9ec4fa6..57848dc 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -549,7 +549,7 @@ bininstall: altbininstall # Install the interpreter with $(VERSION) affixed # This goes into $(exec_prefix) altbininstall: $(BUILDPYTHON) - @for i in $(BINDIR); \ + @for i in $(BINDIR) $(LIBDIR); \ do \ if test ! -d $$i; then \ echo "Creating directory $$i"; \ |