# HG changeset patch # User John Tsiombikas # Date 1315149686 -10800 # Node ID 65da828bc2180c27da90c176bdb5e24f78c0ce9e # Parent 5ba9dd6742a0c10a5ee84fbd0b74cf80d028618a forgot the dependecy to lib_a for the install target diff -r 5ba9dd6742a0 -r 65da828bc218 Makefile --- a/Makefile Sun Sep 04 06:44:49 2011 +0300 +++ b/Makefile Sun Sep 04 18:21:26 2011 +0300 @@ -36,7 +36,7 @@ rm -f $(dep) .PHONY: install -install: +install: $(lib_a) mkdir -p $(PREFIX)/include $(PREFIX)/lib cp $(lib_a) $(PREFIX)/lib/$(lib_a) cp src/dsys2.h $(PREFIX)/include/dsys2.h