[Python-checkins] cpython: Rebuild _freeze_importlib.o when Makefile changes

nick.coghlan python-checkins at python.org
Mon Apr 13 17:30:59 CEST 2015


https://hg.python.org/cpython/rev/565b96093ec8
changeset:   95566:565b96093ec8
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Apr 13 11:30:49 2015 -0400
summary:
  Rebuild _freeze_importlib.o when Makefile changes

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -688,7 +688,7 @@
 ############################################################################
 # Importlib
 
-Programs/_freeze_importlib.o: Programs/_freeze_importlib.c
+Programs/_freeze_importlib.o: Programs/_freeze_importlib.c Makefile
 
 Programs/_freeze_importlib: Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN)
 	$(LINKCC) $(PY_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list