summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-24 15:18:05 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-24 15:18:05 +0000
commita182fd4c2f09427e889e56aa032d40643d5b5247 (patch)
treedbc677888c900acc0aa137d6f3039e1ed65e9a0c /setup_native
parent86617536e03e65030500ff81716fd6969bcfde64 (diff)
INTEGRATION: CWS nativefixer4 (1.3.20); FILE MERGED
2005/02/17 09:54:24 obr 1.3.20.2: changing owner/group for download files 2005/02/15 15:19:24 is 1.3.20.1: #119274# root owner of unpacked files
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/scripts/source/makefile.mk16
1 files changed, 13 insertions, 3 deletions
diff --git a/setup_native/scripts/source/makefile.mk b/setup_native/scripts/source/makefile.mk
index 3ac683791b2b..9e8054668a1f 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.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obo $ $Date: 2004-11-18 08:21:01 $
+# last change: $Author: vg $ $Date: 2005-02-24 16:18:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,15 +75,25 @@ TARGET=getuid
# no 'lib' prefix
DLLPRE=
-.IF "$(OS)" == "SOLARIS"
+# no _version.o
+VERSIONOBJ=
+
+.IF "$(OS)" == "LINUX" || "$(OS)" == "SOLARIS"
+
+.IF "$(OS)" == "LINUX"
+CFLAGS+=-D_GNU_SOURCE
+.ENDIF
+.IF "$(OS)" == "SOLARIS"
.IF "$(CPU)" == "I"
CFLAGS+=-D_KERNEL
.ENDIF
+.ENDIF
SLOFILES = $(SLO)$/getuid.obj
SHL1OBJS=$(SLOFILES)
+SHL1DESCRIPTIONOBJ=
SHL1TARGET=$(TARGET)
SHL1STDLIBS=-ldl