summary refs log tree commit diff
path: root/pkgs/development/libraries/cdk/parallel.patch
blob: 729c71e96aff143973a433e12cb27401215661e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Makefile.in
+++ b/Makefile.in
@@ -296,7 +296,9 @@ LIB_OBJECT	= @LIB_OBJECT@
 
 all sources :: $(AUTO_SRC)
 
-$(OBJECTS) :	include/cdk_config.h
+# make sure we generate all headers before trying
+# to build first source file.
+$(OBJECTS) :	$(MY_HDR)
 
 #
 # Standard library directive.