diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2015-04-13 11:30:49 -0400 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2015-04-13 11:30:49 -0400 |
commit | 8d11ccceeb8bd2a18020f776c56b703ca39a5087 (patch) | |
tree | bfe11797da5d1cf6bf2fdb22529480595d3eb593 | |
parent | 1c8c32774e8ed8070786368b95e5e7af25ba3dd1 (diff) | |
download | cpython-git-8d11ccceeb8bd2a18020f776c56b703ca39a5087.tar.gz |
Rebuild _freeze_importlib.o when Makefile changes
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index f2eb92a66c..2e04b275c4 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) |