File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1055,6 +1055,12 @@ install.exe: dosinst.c dosinst.h version.h
10551055uninstall.exe : uninstall.c dosinst.h version.h
10561056 $(CC ) $(CFLAGS ) -o uninstall.exe uninstall.c $(LIB ) -lole32
10571057
1058+ $(OBJ ) : $(OUTDIR )
1059+
1060+ $(EXEOBJG ) : $(OUTDIR )
1061+
1062+ $(EXEOBJC ) : $(OUTDIR )
1063+
10581064ifeq ($(VIMDLL ) ,yes)
10591065$(TARGET ) : $(OUTDIR ) $(OBJ )
10601066 $(LINK ) $(CFLAGS ) $(LFLAGS ) -o $@ $(OBJ ) $(LIB ) -lole32 -luuid -lgdi32 $(LUA_LIB ) $(MZSCHEME_LIBDIR ) $(MZSCHEME_LIB ) $(PYTHONLIB ) $(PYTHON3LIB ) $(RUBYLIB )
@@ -1280,7 +1286,7 @@ $(OUTDIR)/%.o : xdiff/%.c $(XDIFF_DEPS)
12801286 $(CC ) -c $(CFLAGS ) $< -o $@
12811287
12821288
1283- $(PATHDEF_SRC ) : Make_cyg_ming.mak Make_cyg.mak Make_ming.mak
1289+ $(PATHDEF_SRC ) : $( OUTDIR ) Make_cyg_ming.mak Make_cyg.mak Make_ming.mak
12841290ifneq (sh.exe, $(SHELL ) )
12851291 @echo creating $(PATHDEF_SRC)
12861292 @echo '/* pathdef.c */' > $(PATHDEF_SRC)
Original file line number Diff line number Diff line change @@ -750,6 +750,8 @@ static char *(features[]) =
750750
751751static int included_patches [] =
752752{ /* Add new patch number below this line */
753+ /**/
754+ 1981 ,
753755/**/
754756 1980 ,
755757/**/
You can’t perform that action at this time.
0 commit comments