summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2015-04-13 15:30:49 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2015-04-13 15:30:49 (GMT)
commit8d11ccceeb8bd2a18020f776c56b703ca39a5087 (patch)
treebfe11797da5d1cf6bf2fdb22529480595d3eb593
parent1c8c32774e8ed8070786368b95e5e7af25ba3dd1 (diff)
downloadcpython-8d11ccceeb8bd2a18020f776c56b703ca39a5087.zip
cpython-8d11ccceeb8bd2a18020f776c56b703ca39a5087.tar.gz
cpython-8d11ccceeb8bd2a18020f776c56b703ca39a5087.tar.bz2
Rebuild _freeze_importlib.o when Makefile changes
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index f2eb92a..2e04b27 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -688,7 +688,7 @@ Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
############################################################################
# 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)