diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 16:20:19 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-09 19:57:34 +0100 |
commit | a0c84cafa562960871d8d98f086fefacdb5c784f (patch) | |
tree | 2e83da7c7ffa3809395acd8d8d8f374c582f82a8 /nss | |
parent | 93c24cc5b43fae266c99e7b058de3050c3a722fe (diff) |
Trying to remove the stlport mention from the code
Diffstat (limited to 'nss')
-rw-r--r-- | nss/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nss/makefile.mk b/nss/makefile.mk index 67e01c5d2d44..61c52961c417 100644 --- a/nss/makefile.mk +++ b/nss/makefile.mk @@ -146,9 +146,6 @@ PATH!:=$(moz_build)/msys/bin:$(moz_build)/moztools/bin:$(PATH) OS_TARGET=WIN95 .EXPORT : OS_TARGET -# make use of stlport headerfiles -EXT_USE_STLPORT=TRUE - #To build nss one has to call "make nss_build_all" in #mozilla/security/nss NSS_BUILD_DIR= $(subst,\,/ $(PWD)/$(MISC)/build/$(TARFILE_ROOTDIR)/mozilla/security/nss) |