summaryrefslogtreecommitdiff
path: root/framebuffer/Makefile.target
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-08-22 16:58:11 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-08-22 16:58:11 +0100
commit7604b76161b16d11a4d70859a03a1c40d415a7ce (patch)
treed4610757a45afc162b8ffc3d54eba49b3040a8c8 /framebuffer/Makefile.target
parent29356734eb6d537d606a5f00c040b3619d061519 (diff)
downloadnetsurf-7604b76161b16d11a4d70859a03a1c40d415a7ce.tar.gz
netsurf-7604b76161b16d11a4d70859a03a1c40d415a7ce.tar.bz2
make the framebuffer resource path setting better
Diffstat (limited to 'framebuffer/Makefile.target')
-rw-r--r--framebuffer/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/Makefile.target b/framebuffer/Makefile.target
index 37341eece..974427abf 100644
--- a/framebuffer/Makefile.target
+++ b/framebuffer/Makefile.target
@@ -21,7 +21,7 @@ NETSURF_FEATURE_GIF_CFLAGS := -DWITH_GIF
CFLAGS += -Dnsframebuffer
#resource path
-CFLAGS += '-DNETSURF_FB_RESPATH="$(NETSURF_FB_RESPATH_$(NETSURF_FB_FRONTEND))"'
+CFLAGS += '-DNETSURF_FB_RESPATH="$(NETSURF_FB_RESPATH)"'
# compile time font locations
CFLAGS += '-DNETSURF_FB_FONTPATH="$(NETSURF_FB_FONTPATH)"'