diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-20 17:35:26 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-20 17:35:26 -0500 |
commit | b796c129e296cbd6e9a2d896739441a04a962b08 (patch) | |
tree | b8e303dc007ed09f9baaab550cea694551ae78af /solenv/gbuild/platform/solaris.mk | |
parent | ace5147f4f8eb651c0d9e83f1fc710118f239ce2 (diff) |
no need to redefine gb_Helper_conert_native over and over again....
Diffstat (limited to 'solenv/gbuild/platform/solaris.mk')
-rw-r--r-- | solenv/gbuild/platform/solaris.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/solenv/gbuild/platform/solaris.mk b/solenv/gbuild/platform/solaris.mk index 6b081a86fde3..90fadba9f9ac 100644 --- a/solenv/gbuild/platform/solaris.mk +++ b/solenv/gbuild/platform/solaris.mk @@ -138,13 +138,6 @@ define gb_Helper_convert_native $(1) endef -# convert parameters filesystem root to native notation -# does some real work only on windows, make sure not to -# break the dummy implementations on unx* -define gb_Helper_convert_native -$(1) -endef - # CObject class |