From 661aa4c87a953301d0704666436e4c446f82d28c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sun, 2 Jun 2013 16:40:03 -0700 Subject: [PATCH] fix Makefile demo target path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ce0b85bf..8c05035d5 100755 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ check: test-local demo: @echo "*** Running rundemo.cpp…" - cd demo/c++; ./rundemo `mapnik-config --prefix`/lib/mapnik + cd demo/c++; ./rundemo `mapnik-config --prefix` pep8: # https://gist.github.com/1903033