shithub: mc

Download patch

ref: a8a7716207a8301914410c82b83b4aa87c396221
parent: 974f7318e5d899aa2bcaec03bfc0ec3c74dd3402
author: Ori Bernstein <[email protected]>
date: Tue Sep 18 06:49:18 EDT 2012

Install the Myrddin libraries by default.

--- a/libmyr/Makefile
+++ b/libmyr/Makefile
@@ -1,11 +1,10 @@
-# don't build anything for 'all'
+include ../config.mk
+
 all: 
 	./bld.sh
 .PHONY: clean
 clean:
-	@for i in `awk '{print $$1}' tests`; do \
-	    echo rm -f $$i; \
-	    rm -f $$i; \
-	done
 
 install:
+	mkdir -p  $(INST_ROOT)/myr/lib/
+	install libstd.a $(INST_ROOT)/myr/lib/