]> git.ipfire.org Git - thirdparty/make.git/commit
Fix MS-Windows build with Guile.
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 May 2013 11:03:26 +0000 (14:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 May 2013 11:03:26 +0000 (14:03 +0300)
commit943c06de479797fcda377c1cb95c644aace14919
treebd7598e563b41654adc8ffa1adda04b10d00694b
parent171eb419085bde8e1acc7cd0e39cf796d8e91cd9
Fix MS-Windows build with Guile.

 guile.c: Move inclusion of makeint.h before gnumake.h.  This
 order must be observed when building Make, because gnumake.h must
 be included with GMK_BUILDING_MAKE defined, which makeint.h
 already does.  Otherwise, the linker will look for, and fail to
 find, gmk_* functions in some external dynamic library.
ChangeLog
guile.c