Kaydet (Commit) f94f67a8 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

backport loewis' checkin of

    revision 1.83 of Makefile.pre.in

Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
üst efe401cc
......@@ -547,7 +547,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"; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment