summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacxp.mk
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2001-02-28 22:40:27 +0000
committerPatrick Luby <pluby@openoffice.org>2001-02-28 22:40:27 +0000
commitf01f55d696ee0b5d2d677629e08d5b6648778979 (patch)
treeb4066b2d837a01bac154b511b740b09342665c5e /solenv/inc/unxmacxp.mk
parentf173c7c0e169fa0174ab62aae98171b3ebcf9652 (diff)
Updated static data member automation to work incrementally instead of scanning
all libraries
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r--solenv/inc/unxmacxp.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk
index 413e41d4a0d8..9e27f54a5d7e 100644
--- a/solenv/inc/unxmacxp.mk
+++ b/solenv/inc/unxmacxp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
-# $Revision: 1.24 $
+# $Revision: 1.25 $
#
-# last change: $Author: pluby $ $Date: 2001-02-26 21:51:20 $
+# last change: $Author: pluby $ $Date: 2001-02-28 23:40:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -124,9 +124,9 @@ CFLAGSNOOPT=
.ENDIF
CFLAGSOUTOBJ=-o
-SOLARVERSHLLIBS=$(shell -ls $(SOLARLIBDIR)$/*$(DLLPOST) $(LB)$/*$(DLLPOST))
+SOLARVERSHLLIBS=$(shell -/bin/sh -c "ls $(SOLARLIBDIR)$/*$(DLLPOST) $(LB)$/*$(DLLPOST) 2>/dev/null")
.IF "$(STLPORT4)"!=""
-SOLARVERSHLLIBS+=$(shell -ls $(STLPORT4)$/lib$/*$(DLLPOST))
+SOLARVERSHLLIBS+=$(shell -/bin/sh -c "ls $(STLPORT4)$/lib$/*$(DLLPOST) 2>/dev/null")
.ENDIF
LINK=cc