@@ -798,121 +798,121 @@ Python/deepfreeze/importlib._bootstrap.c: $(srcdir)/Lib/importlib/_bootstrap.py
798
798
@echo "Deepfreezing Python/deepfreeze/importlib._bootstrap.c from Lib/importlib/_bootstrap.py"
799
799
@./$(BOOTSTRAP) \
800
800
$(srcdir)/Tools/scripts/deepfreeze.py \
801
- Lib/importlib/_bootstrap.py -m importlib._bootstrap -o Python/deepfreeze/importlib._bootstrap.c
801
+ $(srcdir)/ Lib/importlib/_bootstrap.py -m importlib._bootstrap -o Python/deepfreeze/importlib._bootstrap.c
802
802
803
803
Python/deepfreeze/importlib._bootstrap_external.c: $(srcdir)/Lib/importlib/_bootstrap_external.py $(DEEPFREEZE_DEPS)
804
804
@echo "Deepfreezing Python/deepfreeze/importlib._bootstrap_external.c from Lib/importlib/_bootstrap_external.py"
805
805
@./$(BOOTSTRAP) \
806
806
$(srcdir)/Tools/scripts/deepfreeze.py \
807
- Lib/importlib/_bootstrap_external.py -m importlib._bootstrap_external -o Python/deepfreeze/importlib._bootstrap_external.c
807
+ $(srcdir)/ Lib/importlib/_bootstrap_external.py -m importlib._bootstrap_external -o Python/deepfreeze/importlib._bootstrap_external.c
808
808
809
809
Python/deepfreeze/zipimport.c: $(srcdir)/Lib/zipimport.py $(DEEPFREEZE_DEPS)
810
810
@echo "Deepfreezing Python/deepfreeze/zipimport.c from Lib/zipimport.py"
811
811
@./$(BOOTSTRAP) \
812
812
$(srcdir)/Tools/scripts/deepfreeze.py \
813
- Lib/zipimport.py -m zipimport -o Python/deepfreeze/zipimport.c
813
+ $(srcdir)/ Lib/zipimport.py -m zipimport -o Python/deepfreeze/zipimport.c
814
814
815
815
Python/deepfreeze/abc.c: $(srcdir)/Lib/abc.py $(DEEPFREEZE_DEPS)
816
816
@echo "Deepfreezing Python/deepfreeze/abc.c from Lib/abc.py"
817
817
@./$(BOOTSTRAP) \
818
818
$(srcdir)/Tools/scripts/deepfreeze.py \
819
- Lib/abc.py -m abc -o Python/deepfreeze/abc.c
819
+ $(srcdir)/ Lib/abc.py -m abc -o Python/deepfreeze/abc.c
820
820
821
821
Python/deepfreeze/codecs.c: $(srcdir)/Lib/codecs.py $(DEEPFREEZE_DEPS)
822
822
@echo "Deepfreezing Python/deepfreeze/codecs.c from Lib/codecs.py"
823
823
@./$(BOOTSTRAP) \
824
824
$(srcdir)/Tools/scripts/deepfreeze.py \
825
- Lib/codecs.py -m codecs -o Python/deepfreeze/codecs.c
825
+ $(srcdir)/ Lib/codecs.py -m codecs -o Python/deepfreeze/codecs.c
826
826
827
827
Python/deepfreeze/io.c: $(srcdir)/Lib/io.py $(DEEPFREEZE_DEPS)
828
828
@echo "Deepfreezing Python/deepfreeze/io.c from Lib/io.py"
829
829
@./$(BOOTSTRAP) \
830
830
$(srcdir)/Tools/scripts/deepfreeze.py \
831
- Lib/io.py -m io -o Python/deepfreeze/io.c
831
+ $(srcdir)/ Lib/io.py -m io -o Python/deepfreeze/io.c
832
832
833
833
Python/deepfreeze/_collections_abc.c: $(srcdir)/Lib/_collections_abc.py $(DEEPFREEZE_DEPS)
834
834
@echo "Deepfreezing Python/deepfreeze/_collections_abc.c from Lib/_collections_abc.py"
835
835
@./$(BOOTSTRAP) \
836
836
$(srcdir)/Tools/scripts/deepfreeze.py \
837
- Lib/_collections_abc.py -m _collections_abc -o Python/deepfreeze/_collections_abc.c
837
+ $(srcdir)/ Lib/_collections_abc.py -m _collections_abc -o Python/deepfreeze/_collections_abc.c
838
838
839
839
Python/deepfreeze/_sitebuiltins.c: $(srcdir)/Lib/_sitebuiltins.py $(DEEPFREEZE_DEPS)
840
840
@echo "Deepfreezing Python/deepfreeze/_sitebuiltins.c from Lib/_sitebuiltins.py"
841
841
@./$(BOOTSTRAP) \
842
842
$(srcdir)/Tools/scripts/deepfreeze.py \
843
- Lib/_sitebuiltins.py -m _sitebuiltins -o Python/deepfreeze/_sitebuiltins.c
843
+ $(srcdir)/ Lib/_sitebuiltins.py -m _sitebuiltins -o Python/deepfreeze/_sitebuiltins.c
844
844
845
845
Python/deepfreeze/genericpath.c: $(srcdir)/Lib/genericpath.py $(DEEPFREEZE_DEPS)
846
846
@echo "Deepfreezing Python/deepfreeze/genericpath.c from Lib/genericpath.py"
847
847
@./$(BOOTSTRAP) \
848
848
$(srcdir)/Tools/scripts/deepfreeze.py \
849
- Lib/genericpath.py -m genericpath -o Python/deepfreeze/genericpath.c
849
+ $(srcdir)/ Lib/genericpath.py -m genericpath -o Python/deepfreeze/genericpath.c
850
850
851
851
Python/deepfreeze/ntpath.c: $(srcdir)/Lib/ntpath.py $(DEEPFREEZE_DEPS)
852
852
@echo "Deepfreezing Python/deepfreeze/ntpath.c from Lib/ntpath.py"
853
853
@./$(BOOTSTRAP) \
854
854
$(srcdir)/Tools/scripts/deepfreeze.py \
855
- Lib/ntpath.py -m ntpath -o Python/deepfreeze/ntpath.c
855
+ $(srcdir)/ Lib/ntpath.py -m ntpath -o Python/deepfreeze/ntpath.c
856
856
857
857
Python/deepfreeze/posixpath.c: $(srcdir)/Lib/posixpath.py $(DEEPFREEZE_DEPS)
858
858
@echo "Deepfreezing Python/deepfreeze/posixpath.c from Lib/posixpath.py"
859
859
@./$(BOOTSTRAP) \
860
860
$(srcdir)/Tools/scripts/deepfreeze.py \
861
- Lib/posixpath.py -m posixpath -o Python/deepfreeze/posixpath.c
861
+ $(srcdir)/ Lib/posixpath.py -m posixpath -o Python/deepfreeze/posixpath.c
862
862
863
863
Python/deepfreeze/os.c: $(srcdir)/Lib/os.py $(DEEPFREEZE_DEPS)
864
864
@echo "Deepfreezing Python/deepfreeze/os.c from Lib/os.py"
865
865
@./$(BOOTSTRAP) \
866
866
$(srcdir)/Tools/scripts/deepfreeze.py \
867
- Lib/os.py -m os -o Python/deepfreeze/os.c
867
+ $(srcdir)/ Lib/os.py -m os -o Python/deepfreeze/os.c
868
868
869
869
Python/deepfreeze/site.c: $(srcdir)/Lib/site.py $(DEEPFREEZE_DEPS)
870
870
@echo "Deepfreezing Python/deepfreeze/site.c from Lib/site.py"
871
871
@./$(BOOTSTRAP) \
872
872
$(srcdir)/Tools/scripts/deepfreeze.py \
873
- Lib/site.py -m site -o Python/deepfreeze/site.c
873
+ $(srcdir)/ Lib/site.py -m site -o Python/deepfreeze/site.c
874
874
875
875
Python/deepfreeze/stat.c: $(srcdir)/Lib/stat.py $(DEEPFREEZE_DEPS)
876
876
@echo "Deepfreezing Python/deepfreeze/stat.c from Lib/stat.py"
877
877
@./$(BOOTSTRAP) \
878
878
$(srcdir)/Tools/scripts/deepfreeze.py \
879
- Lib/stat.py -m stat -o Python/deepfreeze/stat.c
879
+ $(srcdir)/ Lib/stat.py -m stat -o Python/deepfreeze/stat.c
880
880
881
881
Python/deepfreeze/__hello__.c: $(srcdir)/Lib/__hello__.py $(DEEPFREEZE_DEPS)
882
882
@echo "Deepfreezing Python/deepfreeze/__hello__.c from Lib/__hello__.py"
883
883
@./$(BOOTSTRAP) \
884
884
$(srcdir)/Tools/scripts/deepfreeze.py \
885
- Lib/__hello__.py -m __hello__ -o Python/deepfreeze/__hello__.c
885
+ $(srcdir)/ Lib/__hello__.py -m __hello__ -o Python/deepfreeze/__hello__.c
886
886
887
887
Python/deepfreeze/__phello__.c: $(srcdir)/Lib/__phello__/__init__.py $(DEEPFREEZE_DEPS)
888
888
@echo "Deepfreezing Python/deepfreeze/__phello__.c from Lib/__phello__/__init__.py"
889
889
@./$(BOOTSTRAP) \
890
890
$(srcdir)/Tools/scripts/deepfreeze.py \
891
- Lib/__phello__/__init__.py -m __phello__ -o Python/deepfreeze/__phello__.c
891
+ $(srcdir)/ Lib/__phello__/__init__.py -m __phello__ -o Python/deepfreeze/__phello__.c
892
892
893
893
Python/deepfreeze/__phello__.ham.c: $(srcdir)/Lib/__phello__/ham/__init__.py $(DEEPFREEZE_DEPS)
894
894
@echo "Deepfreezing Python/deepfreeze/__phello__.ham.c from Lib/__phello__/ham/__init__.py"
895
895
@./$(BOOTSTRAP) \
896
896
$(srcdir)/Tools/scripts/deepfreeze.py \
897
- Lib/__phello__/ham/__init__.py -m __phello__.ham -o Python/deepfreeze/__phello__.ham.c
897
+ $(srcdir)/ Lib/__phello__/ham/__init__.py -m __phello__.ham -o Python/deepfreeze/__phello__.ham.c
898
898
899
899
Python/deepfreeze/__phello__.ham.eggs.c: $(srcdir)/Lib/__phello__/ham/eggs.py $(DEEPFREEZE_DEPS)
900
900
@echo "Deepfreezing Python/deepfreeze/__phello__.ham.eggs.c from Lib/__phello__/ham/eggs.py"
901
901
@./$(BOOTSTRAP) \
902
902
$(srcdir)/Tools/scripts/deepfreeze.py \
903
- Lib/__phello__/ham/eggs.py -m __phello__.ham.eggs -o Python/deepfreeze/__phello__.ham.eggs.c
903
+ $(srcdir)/ Lib/__phello__/ham/eggs.py -m __phello__.ham.eggs -o Python/deepfreeze/__phello__.ham.eggs.c
904
904
905
905
Python/deepfreeze/__phello__.spam.c: $(srcdir)/Lib/__phello__/spam.py $(DEEPFREEZE_DEPS)
906
906
@echo "Deepfreezing Python/deepfreeze/__phello__.spam.c from Lib/__phello__/spam.py"
907
907
@./$(BOOTSTRAP) \
908
908
$(srcdir)/Tools/scripts/deepfreeze.py \
909
- Lib/__phello__/spam.py -m __phello__.spam -o Python/deepfreeze/__phello__.spam.c
909
+ $(srcdir)/ Lib/__phello__/spam.py -m __phello__.spam -o Python/deepfreeze/__phello__.spam.c
910
910
911
911
Python/deepfreeze/frozen_only.c: $(srcdir)/Tools/freeze/flag.py $(DEEPFREEZE_DEPS)
912
912
@echo "Deepfreezing Python/deepfreeze/frozen_only.c from Tools/freeze/flag.py"
913
913
@./$(BOOTSTRAP) \
914
914
$(srcdir)/Tools/scripts/deepfreeze.py \
915
- Tools/freeze/flag.py -m frozen_only -o Python/deepfreeze/frozen_only.c
915
+ $(srcdir)/ Tools/freeze/flag.py -m frozen_only -o Python/deepfreeze/frozen_only.c
916
916
917
917
# END: deepfreeze modules
918
918
0 commit comments