summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 16:07:24 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-25 16:07:24 +0000
commit78b29ccbe89df8e88165e79bb5fc3d4e30e22c9a (patch)
tree23975c49006a194af577aa348dbf107526d9347b /makefiles/Makefile.tools
parent9cb20e9fac583dc396c0f0c6a774b53ffe9f2bca (diff)
downloadbuildsystem-78b29ccbe89df8e88165e79bb5fc3d4e30e22c9a.tar.gz
buildsystem-78b29ccbe89df8e88165e79bb5fc3d4e30e22c9a.tar.bz2
Don't use SHARED(C,LD)FLAGS when building the test binaries.
svn path=/trunk/tools/buildsystem/; revision=6876
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools3
1 files changed, 0 insertions, 3 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index a795744..0747062 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -150,9 +150,6 @@ ifeq ($(COMPONENT_TYPE),lib-shared)
# Default CFLAGS/LDFLAGS for shared libraries
SHAREDCFLAGS ?= -fPIC -DPIC
SHAREDLDFLAGS ?= -shared
-
- CFLAGS := $(CFLAGS) $(SHAREDCFLAGS)
- LDFLAGS := $(LDFLAGS) $(SHAREDLDFLAGS)
endif
###############################################################################