diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-18 07:21:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-18 07:21:01 +0000 |
commit | 18843d436a6f70708f71a1fbc353a45e0cf05c80 (patch) | |
tree | 0bb6d36e06a4f6d1b9a3a201db1a0cf827137b62 /setup_native/scripts/source | |
parent | 9df13b92cc0afc92eaeb60efa47689642a3097bf (diff) |
INTEGRATION: CWS nativefixer1 (1.2.8); FILE MERGED
2004/10/28 11:47:35 obr 1.2.8.1: #i35695# renamed libgetuid.so to getuid.so
Diffstat (limited to 'setup_native/scripts/source')
-rw-r--r-- | setup_native/scripts/source/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/setup_native/scripts/source/makefile.mk b/setup_native/scripts/source/makefile.mk index 854e21cbc3f9..3ac683791b2b 100644 --- a/setup_native/scripts/source/makefile.mk +++ b/setup_native/scripts/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2004-09-08 15:02:56 $ +# last change: $Author: obo $ $Date: 2004-11-18 08:21:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -68,12 +68,13 @@ TARGET=getuid # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- +# no 'lib' prefix +DLLPRE= + .IF "$(OS)" == "SOLARIS" .IF "$(CPU)" == "I" |