# HG changeset patch # User mas01cr # Date 1251814677 0 # Node ID c80ade092d7a34c070e00b1192f0128185d0cc2d # Parent 957dd4fb25997a12826ae093ec65accaaf1fbc1f Tiny runner-rdf/Makefile modification Make the -rpath absolute (so that we can run the binary from elsewhere) diff -r 957dd4fb2599 -r c80ade092d7a examples/runner-rdf/Makefile --- 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