From dd9a4a44a9f73fea7305b4ff8ac0ccfbaea3f9aa Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 3 Jun 2013 20:12:51 +0200 Subject: updated for version 7.3.1109 Problem: Building on MS-Windows doesn't see changes in if_py_both.h. Solution: Add a dependency. (Ken Takata) --- src/Make_ming.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Make_ming.mak') diff --git a/src/Make_ming.mak b/src/Make_ming.mak index 3670e7102e..45d903f5f9 100644 --- a/src/Make_ming.mak +++ b/src/Make_ming.mak @@ -721,10 +721,10 @@ INCL = vim.h feature.h os_win32.h os_dos.h ascii.h keymap.h term.h macros.h \ structs.h regexp.h option.h ex_cmds.h proto.h globals.h farsi.h \ gui.h -$(OUTDIR)/if_python.o : if_python.c $(INCL) +$(OUTDIR)/if_python.o : if_python.c if_py_both.h $(INCL) $(CC) -c $(CFLAGS) $(PYTHONINC) -DDYNAMIC_PYTHON_DLL=\"python$(PYTHON_VER).dll\" $< -o $@ -$(OUTDIR)/if_python3.o : if_python3.c $(INCL) +$(OUTDIR)/if_python3.o : if_python3.c if_py_both.h $(INCL) $(CC) -c $(CFLAGS) $(PYTHON3INC) -DDYNAMIC_PYTHON3_DLL=\"PYTHON$(PYTHON3_VER).dll\" $< -o $@ $(OUTDIR)/%.o : %.c $(INCL) -- cgit v1.2.3