Compiling DOT_X_FILES requires version.h
authorYan Li <yan.i.li@intel.com>
Wed, 4 Aug 2010 07:02:43 +0000 (15:02 +0800)
committerAndy Wingo <wingo@pobox.com>
Wed, 4 Aug 2010 18:07:27 +0000 (20:07 +0200)
commitf9560a348e83ec3c494aee0d42b056383392ffca
tree0b1d4357b16908952030c62cbbf42a26446510e6
parent2af6e1351da68c09d6b50be535901a4f85a4807a
Compiling DOT_X_FILES requires version.h

There was a race condition when building Guile since DOT_X_FILES didn't
depend on version.h, which is dynamically generated. Sometimes the
DOT_X_FILES are compiled before the version.h is generated and leads to
build failure. This patch fixed this problem.

Signed-off-by: Yan Li <yan.i.li@intel.com>
libguile/Makefile.am