On Fri, Nov 18, 2016 at 8:48 AM, Marius Gedminas <[email protected]> wrote: > @mgedmin commented on this pull request. > > ________________________________ > > In src/Makefile: > >> > -objects/arabic.o: arabic.c > +objects/arabic.o: objects arabic.c > > You should use an order-only dependency so this file is not rebuilt when the > directory timestamp changes: > > objects/arabic.o: arabic.c | objects > ... > > Although TBH I'm not sure if that's a GNU Make extension, or if it's > portable enough to be acceptable to Vim... >
Isn't there a "gmake" (i.e. GNU make) program, available for use even on platforms such as Windows, where most GNU utilities are not installed? Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
