Mercurial > hg > audiodb
changeset 612:c80ade092d7a
Tiny runner-rdf/Makefile modification
Make the -rpath absolute (so that we can run the binary from elsewhere)
author | mas01cr |
---|---|
date | Tue, 01 Sep 2009 14:17:57 +0000 |
parents | 957dd4fb2599 |
children | 2086515cdeea |
files | examples/runner-rdf/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/examples/runner-rdf/Makefile Tue Sep 01 14:17:55 2009 +0000 +++ b/examples/runner-rdf/Makefile Tue Sep 01 14:17:57 2009 +0000 @@ -1,7 +1,7 @@ all: populate populate: populate.c - gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath ../.. $< + gcc -o populate -std=c99 -lrdf -laudioDB -L../.. -I../.. -Wl,-rpath $(shell pwd)/../.. $< clean: -rm populate keyplot.adb