Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8a20d2

Browse files
committed
Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
1 parent a8dd094 commit d8a20d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ bininstall: altbininstall
549549
# Install the interpreter with $(VERSION) affixed
550550
# This goes into $(exec_prefix)
551551
altbininstall: $(BUILDPYTHON)
552-
@for i in $(BINDIR); \
552+
@for i in $(BINDIR) $(LIBDIR); \
553553
do \
554554
if test ! -d $$i; then \
555555
echo "Creating directory $$i"; \

0 commit comments

Comments
 (0)