diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-02-25 18:51:13 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-02-25 18:51:13 +0000 |
commit | bfe17d9d87fb6ee239fd49e4e5ccf8fa052c6e54 (patch) | |
tree | d7fdebbfb3317e4771e1234e44d14bac8d039a3e /solenv/inc/unxmacxp.mk | |
parent | 073ab7a02c272f75231c4aef64272a7fa4fcfbbb (diff) |
Minor updates
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r-- | solenv/inc/unxmacxp.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk index 4f5aa306e25c..f4b763dbb5de 100644 --- a/solenv/inc/unxmacxp.mk +++ b/solenv/inc/unxmacxp.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxmacxp.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # -# last change: $Author: pluby $ $Date: 2001-02-25 09:14:31 $ +# last change: $Author: pluby $ $Date: 2001-02-25 19:51:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,8 +124,7 @@ CFLAGSNOOPT= .ENDIF CFLAGSOUTOBJ=-o -SOLARVERSHLLIBS=$(shell -ls $(SOLARLIBDIR)$/*$(DLLPOST)) \ - $(shell -ls $(PRJ)$/$(ROUT)$/lib$/*$(DLLPOST)) +SOLARVERSHLLIBS=$(shell -ls $(SOLARLIBDIR)$/*$(DLLPOST) $(LB)$/*$(DLLPOST)) .IF "$(STLPORT4)"!="" SOLARVERSHLLIBS+=$(shell -ls $(STLPORT4)$/lib$/*$(DLLPOST)) .ENDIF |