summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 17:04:03 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-07 17:04:03 +0000
commit8f5c792e365ae28a36ea8d65658f62c8ed28f262 (patch)
tree896294356a146e6d99b0183ac5e09a7a973db7db
parent4f3eee9d88cfe46e04793bef3421c84eea28a61c (diff)
downloadlibhubbub-8f5c792e365ae28a36ea8d65658f62c8ed28f262.tar.gz
libhubbub-8f5c792e365ae28a36ea8d65658f62c8ed28f262.tar.bz2
Fix LDFLAGS
svn path=/trunk/hubbub/; revision=5279
-rw-r--r--Makefile-ronative2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-ronative b/Makefile-ronative
index 9479d90..d4c4f90 100644
--- a/Makefile-ronative
+++ b/Makefile-ronative
@@ -29,7 +29,7 @@ CFLAGS = -std=c99 -D_BSD_SOURCE -I$(TOP)/include/ $(WARNFLAGS) \
RELEASECFLAGS = $(CFLAGS) -DNDEBUG -O2
DEBUGCFLAGS = $(CFLAGS) -O0 -g
ARFLAGS := -cru
-LDFLAGS = -L$(GCCSDK_INSTALL_ENV)/libs -L$(TOP)/
+LDFLAGS = -L$(GCCSDK_INSTALL_ENV)/lib -lparserutils -L$(TOP)/
CPFLAGS :=
RMFLAGS := -f