summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 564dce20db..1affa8a305 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -308,6 +308,7 @@ libinstall: python $(srcdir)/Lib/$(PLATDIR)
*.py[co]) ;; \
*~) ;; \
*) \
+ if test -d $$i; then continue; fi; \
if test -x $$i; then \
echo $(INSTALL_PROGRAM) $$i $$b; \
$(INSTALL_PROGRAM) $$i $$b; \