summaryrefslogtreecommitdiff
path: root/dev-ml/camlidl/files/camlidl-1.09.parallelMake.patch
blob: 1a6df0f21f5e95d54ee362136e020c433241f07c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/tests/Makefile	2023-01-19 21:02:36.678227862 +0100
+++ b/tests/Makefile	2023-01-19 21:03:01.140832955 +0100
@@ -11,7 +11,8 @@
 COMLIBS=$(COMLIBS_$(OSTYPE))
 COMLIBS_win32=advapi32.lib ole32.lib oleaut32.lib
 
-all: ../caml/camlidlruntime.h $(TESTS:.idl=.$(OBJEXT)) testcomp
+all: ../caml/camlidlruntime.h
+	$(MAKE) $(TESTS:.idl=.$(OBJEXT)) testcomp
 
 $(TESTS:.idl=.$(OBJEXT)) component.$(OBJEXT): $(CAMLIDL) ../runtime/camlidlruntime.h