diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-01 08:40:48 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-02 14:37:34 +0200 |
commit | eb5217de96690a13928b00e6db3289f6c3b6b689 (patch) | |
tree | c97e7d24f62214ed792fcdb7ca8975ad3d3f581c /solenv/inc/unxmacxi.mk | |
parent | 1000d15c859f7f1823704517c82ed0f3987a3e7b (diff) |
Unify DLLPOSTFIX value on all platforms.
There is no justification for changing some shared library file names
depending on the platform used.
Diffstat (limited to 'solenv/inc/unxmacxi.mk')
-rw-r--r-- | solenv/inc/unxmacxi.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/inc/unxmacxi.mk b/solenv/inc/unxmacxi.mk index ed048403c2a3..1e620f34407b 100644 --- a/solenv/inc/unxmacxi.mk +++ b/solenv/inc/unxmacxi.mk @@ -31,8 +31,6 @@ PROCESSOR_DEFINES=-DX86 -DLLPOSTFIX=mxi - # special for SO build environment .IF "$(SYSBASE)"!="" .IF "$(EXTRA_CFLAGS)"!="" |