1--- a/Makefile.in
2+++ b/Makefile.in
3@@ -296,7 +296,9 @@ LIB_OBJECT = @LIB_OBJECT@
4
5 all sources :: $(AUTO_SRC)
6
7-$(OBJECTS) : include/cdk_config.h
8+# make sure we generate all headers before trying
9+# to build first source file.
10+$(OBJECTS) : $(MY_HDR)
11
12 #
13 # Standard library directive.