diff options
author | midipix <writeonce@midipix.org> | 2018-12-18 06:33:29 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-12-18 20:38:42 -0500 |
commit | f14fcefab9deb19af3ca9670bf054b013004f953 (patch) | |
tree | 3680d86be528800cae9b17ae8f60d4a6f5c1b105 /project | |
parent | 1fbb0e1e49ae6fc44e51d66fc2c239b9e0ee2423 (diff) | |
download | sbpython3-f14fcefab9deb19af3ca9670bf054b013004f953.tar.bz2 sbpython3-f14fcefab9deb19af3ca9670bf054b013004f953.tar.xz |
pycgen: do not compile ./lib2to3/tests/data/%.py.
Diffstat (limited to 'project')
-rw-r--r-- | project/pycgen.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/pycgen.mk b/project/pycgen.mk index af02e96..27e7dbd 100644 --- a/project/pycgen.mk +++ b/project/pycgen.mk @@ -55,6 +55,10 @@ $(PYCOMPILE_DIR)/$(PYDIST_PYCDIR)/./urllib/%.py: $(SOURCE_DIR)/Lib/urllib/%.py $ PYCOPY_DSTDIR=$(PYCOMPILE_DIR)/$(PYDIST_PYCDIR)/urllib \ $(PYCOPY) $< +$(PYDIST_PYCDIR)/./lib2to3/tests/data/%.pyx: $(PYCOMPILE_DIR)/tree.tag +$(PYDIST_PYCDIR)/./lib2to3/tests/data/%.pyx: $(PYDIST_PYCDIR)/./lib2to3/tests/data/%.py + touch $@ + PYCGEN_SRCS = \ $(PYCGEN_CFGDAT) \ $(PYCGEN_PYSRCS) \ |