On Jul 17, 2013 11:04 AM, "björn" <[email protected]> wrote: > > Hi, > > Whenever I type "make autoconf" (on Mac OS X 10.6, GNU Make 3.81), the 'auto/configure' script is run instead of begin generated by "autoconf". The problem seems to be the src/Makefile target: > > config auto/config.mk: auto/configure config.mk.in config.h.in > > This target gets run instead of the "autoconf" target when I type "make autoconf". If I change the above target to > > config: auto/configure config.mk.in config.h.in > > then everything works fine. > > First of all I do not understand why this target is called when I specify another one - am I missing something?
There is an "include auto/config.mk" statement in the makefile. This causes make to check whether the auto/config.mk is out of date. -- -- 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/groups/opt_out.
