diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-02-19 10:04:59 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-02-19 10:05:23 +0100 |
commit | 3708fe8434ad6f64d527215f4619556b0a5701ff (patch) | |
tree | 3b41467fd75fee3fa5d331f0cfcc2449fc157f8d /scp2/Module_scp2.mk | |
parent | d7f9b7693968f2e2ff7a8d15830a5633d5999ee0 (diff) |
Kill the --without-system-stdlibs option
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
Diffstat (limited to 'scp2/Module_scp2.mk')
-rw-r--r-- | scp2/Module_scp2.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scp2/Module_scp2.mk b/scp2/Module_scp2.mk index 8052b91090c2..e2b92b4c9af7 100644 --- a/scp2/Module_scp2.mk +++ b/scp2/Module_scp2.mk @@ -73,9 +73,6 @@ $(eval $(call gb_Module_add_targets,scp2,\ $(if $(filter TRUE,$(ENABLE_TDE)),\ InstallModule_tde \ ) \ - $(if $(filter-out YES,$(SYSTEM_STDLIBS)),\ - InstallModule_stdlibs \ - ) \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: |