@@ -728,7 +728,7 @@ regen-test-frozenmain: $(BUILDPYTHON)
728
728
# Regenerate Programs/test_frozenmain.h
729
729
# from Programs/test_frozenmain.py
730
730
# using Programs/freeze_test_frozenmain.py
731
- $(RUNSHARED) ./$(BUILDPYTHON) Programs/freeze_test_frozenmain.py Programs/test_frozenmain.h
731
+ $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/ Programs/freeze_test_frozenmain.py Programs/test_frozenmain.h
732
732
733
733
Programs/_testembed: Programs/_testembed.o $(LIBRARY_DEPS)
734
734
$(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS)
@@ -751,40 +751,40 @@ regen-frozen: Tools/scripts/freeze_modules.py $(FROZEN_FILES)
751
751
# BEGIN: freezing modules
752
752
753
753
Python/frozen_modules/importlib__bootstrap.h: Programs/_freeze_module Lib/importlib/_bootstrap.py
754
- $(srcdir)/ Programs/_freeze_module importlib._bootstrap $(srcdir)/Lib/importlib/_bootstrap.py $(srcdir)/Python/frozen_modules/importlib__bootstrap.h
754
+ Programs/_freeze_module importlib._bootstrap $(srcdir)/Lib/importlib/_bootstrap.py $(srcdir)/Python/frozen_modules/importlib__bootstrap.h
755
755
756
756
Python/frozen_modules/importlib__bootstrap_external.h: Programs/_freeze_module Lib/importlib/_bootstrap_external.py
757
- $(srcdir)/ Programs/_freeze_module importlib._bootstrap_external $(srcdir)/Lib/importlib/_bootstrap_external.py $(srcdir)/Python/frozen_modules/importlib__bootstrap_external.h
757
+ Programs/_freeze_module importlib._bootstrap_external $(srcdir)/Lib/importlib/_bootstrap_external.py $(srcdir)/Python/frozen_modules/importlib__bootstrap_external.h
758
758
759
759
Python/frozen_modules/zipimport.h: Programs/_freeze_module Lib/zipimport.py
760
- $(srcdir)/ Programs/_freeze_module zipimport $(srcdir)/Lib/zipimport.py $(srcdir)/Python/frozen_modules/zipimport.h
760
+ Programs/_freeze_module zipimport $(srcdir)/Lib/zipimport.py $(srcdir)/Python/frozen_modules/zipimport.h
761
761
762
762
Python/frozen_modules/abc.h: Programs/_freeze_module Lib/abc.py
763
- $(srcdir)/ Programs/_freeze_module abc $(srcdir)/Lib/abc.py $(srcdir)/Python/frozen_modules/abc.h
763
+ Programs/_freeze_module abc $(srcdir)/Lib/abc.py $(srcdir)/Python/frozen_modules/abc.h
764
764
765
765
Python/frozen_modules/io.h: Programs/_freeze_module Lib/io.py
766
- $(srcdir)/ Programs/_freeze_module io $(srcdir)/Lib/io.py $(srcdir)/Python/frozen_modules/io.h
766
+ Programs/_freeze_module io $(srcdir)/Lib/io.py $(srcdir)/Python/frozen_modules/io.h
767
767
768
768
Python/frozen_modules/_collections_abc.h: Programs/_freeze_module Lib/_collections_abc.py
769
- $(srcdir)/ Programs/_freeze_module _collections_abc $(srcdir)/Lib/_collections_abc.py $(srcdir)/Python/frozen_modules/_collections_abc.h
769
+ Programs/_freeze_module _collections_abc $(srcdir)/Lib/_collections_abc.py $(srcdir)/Python/frozen_modules/_collections_abc.h
770
770
771
771
Python/frozen_modules/_sitebuiltins.h: Programs/_freeze_module Lib/_sitebuiltins.py
772
- $(srcdir)/ Programs/_freeze_module _sitebuiltins $(srcdir)/Lib/_sitebuiltins.py $(srcdir)/Python/frozen_modules/_sitebuiltins.h
772
+ Programs/_freeze_module _sitebuiltins $(srcdir)/Lib/_sitebuiltins.py $(srcdir)/Python/frozen_modules/_sitebuiltins.h
773
773
774
774
Python/frozen_modules/genericpath.h: Programs/_freeze_module Lib/genericpath.py
775
- $(srcdir)/ Programs/_freeze_module genericpath $(srcdir)/Lib/genericpath.py $(srcdir)/Python/frozen_modules/genericpath.h
775
+ Programs/_freeze_module genericpath $(srcdir)/Lib/genericpath.py $(srcdir)/Python/frozen_modules/genericpath.h
776
776
777
777
Python/frozen_modules/ntpath.h: Programs/_freeze_module Lib/ntpath.py
778
- $(srcdir)/ Programs/_freeze_module ntpath $(srcdir)/Lib/ntpath.py $(srcdir)/Python/frozen_modules/ntpath.h
778
+ Programs/_freeze_module ntpath $(srcdir)/Lib/ntpath.py $(srcdir)/Python/frozen_modules/ntpath.h
779
779
780
780
Python/frozen_modules/posixpath.h: Programs/_freeze_module Lib/posixpath.py
781
- $(srcdir)/ Programs/_freeze_module posixpath $(srcdir)/Lib/posixpath.py $(srcdir)/Python/frozen_modules/posixpath.h
781
+ Programs/_freeze_module posixpath $(srcdir)/Lib/posixpath.py $(srcdir)/Python/frozen_modules/posixpath.h
782
782
783
783
Python/frozen_modules/stat.h: Programs/_freeze_module Lib/stat.py
784
- $(srcdir)/ Programs/_freeze_module stat $(srcdir)/Lib/stat.py $(srcdir)/Python/frozen_modules/stat.h
784
+ Programs/_freeze_module stat $(srcdir)/Lib/stat.py $(srcdir)/Python/frozen_modules/stat.h
785
785
786
786
Python/frozen_modules/__hello__.h: Programs/_freeze_module Lib/__hello__.py
787
- $(srcdir)/ Programs/_freeze_module __hello__ $(srcdir)/Lib/__hello__.py $(srcdir)/Python/frozen_modules/__hello__.h
787
+ Programs/_freeze_module __hello__ $(srcdir)/Lib/__hello__.py $(srcdir)/Python/frozen_modules/__hello__.h
788
788
789
789
# END: freezing modules
790
790
0 commit comments