Skip to content

Commit

Permalink
Rebuild _freeze_importlib.o when Makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Apr 13, 2015
1 parent 1c8c327 commit 8d11ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8d11ccc

Please sign in to comment.