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

Skip to content

Commit f4c20d3

Browse files
committed
LIBSUBDIRS: Add test/data so it gets installed and test_email.py can
pass. Closes SF # 485080
1 parent 5172adc commit f4c20d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ maninstall:
580580
PLATDIR= plat-$(MACHDEP)
581581
MACHDEPS= $(PLATDIR)
582582
XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax
583-
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
584-
email compiler hotshot \
583+
LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \
584+
encodings email compiler hotshot \
585585
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
586586
libinstall: $(PYTHON) $(srcdir)/Lib/$(PLATDIR)
587587
@for i in $(SCRIPTDIR) $(LIBDEST); \

0 commit comments

Comments
 (0)