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/unxaixp.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/unxaixp.mk')
-rw-r--r-- | solenv/inc/unxaixp.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/inc/unxaixp.mk b/solenv/inc/unxaixp.mk index 571cee1053c6..be35f438378d 100644 --- a/solenv/inc/unxaixp.mk +++ b/solenv/inc/unxaixp.mk @@ -101,10 +101,6 @@ RCLINK= RCLINKFLAGS= RCSETVERSION= -DLLPOSTFIX= ap -.IF "$(WORK_STAMP)"=="MIX364" -DLLPOSTFIX= -.ENDIF DLLPRE= lib DLLPOST= .so |