File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -738,11 +738,18 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
738
738
$(MODOBJS) \
739
739
$(srcdir)/Modules/getbuildinfo.c
740
740
$(CC) -c $(PY_CORE_CFLAGS) \
741
+ -DDATE="\"`date -u -r Makefile.pre.in +"%b %d %Y"`\"" \
742
+ -DTIME="\"`date -u -r Makefile.pre.in +"%T"`\"" \
741
743
-DGITVERSION="\"`LC_ALL=C $(GITVERSION)`\"" \
742
744
-DGITTAG="\"`LC_ALL=C $(GITTAG)`\"" \
743
745
-DGITBRANCH="\"`LC_ALL=C $(GITBRANCH)`\"" \
744
746
-o $@ $(srcdir)/Modules/getbuildinfo.c
745
747
748
+ Python/getcompiler.o: $(srcdir)/Python/getcompiler.c Makefile
749
+ $(CC) -c $(PY_CORE_CFLAGS) \
750
+ -DCOMPILER='"[GCC]"' \
751
+ -o $@ $(srcdir)/Python/getcompiler.c
752
+
746
753
Modules/getpath.o: $(srcdir)/Modules/getpath.c Makefile
747
754
$(CC) -c $(PY_CORE_CFLAGS) -DPYTHONPATH='"$(PYTHONPATH)"' \
748
755
-DPREFIX='"$(prefix)"' \
You can’t perform that action at this time.
0 commit comments