ref: 58ace77cc4b17d32fe0cf3904ffd57b4b1afe4b4
parent: 38a6c760656267817632874f4a3e2bcf754b438e
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Sep 28 06:40:26 EDT 2015
Using absolute paths looks ugly :P
--- a/mbld/bld.sub
+++ b/mbld/bld.sub
@@ -17,10 +17,10 @@
# Currently, mbld doesn't add all deps transitively.
# Until this gets fixed, we need to list all dependent
# libraries here explicitly.
- lib @/lib/sys:sys
- lib @/lib/std:std
- lib @/lib/bio:bio
- lib @/lib/regex:regex
+ lib ../lib/sys:sys
+ lib ../lib/std:std
+ lib ../lib/bio:bio
+ lib ../lib/regex:regex
;;
man = mbld.1;;