diff examples/runner-rdf/Makefile @ 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 600b87550b83
children 404222029e27
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