diff options
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/generic/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dtrans/source/generic/makefile.mk b/dtrans/source/generic/makefile.mk index 1cb8c6fa4a08..e14c823e54d6 100644 --- a/dtrans/source/generic/makefile.mk +++ b/dtrans/source/generic/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:12:57 $ +# last change: $Author: rt $ $Date: 2007-01-31 08:44:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,9 +53,8 @@ SLOFILES= \ $(SLO)$/dtrans.obj SHL1TARGET= dtrans -.IF "$(OS)"!="MACOSX" + SHL1VERSIONMAP= exports.map -.ENDIF SHL1STDLIBS= \ $(SALLIB) \ |