git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
12 lines
274 B
Diff
12 lines
274 B
Diff
diff -u a/src/Makefile b/src/Makefile
|
|
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -45,7 +45,7 @@
|
|
endif
|
|
|
|
libnums.$(A): $(COBJS)
|
|
- $(OCAMLMKLIB) -oc nums $(COBJS)
|
|
+ $(OCAMLMKLIB) -custom -oc nums $(COBJS)
|
|
|
|
nums.cma: $(CMOS)
|
|
$(OCAMLMKLIB) -o nums -oc nums -linkall $(CMOS)
|