diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 15:19:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 15:19:41 +0000 |
commit | a195b057899bc7c8e3776c963507cbdd8a985b67 (patch) | |
tree | 12b8ad27501ee992678f88cdc8bac0e7c1601033 /boost | |
parent | 0fd3ddda29565ce02661f24436e84d07d8ac0788 (diff) |
INTEGRATION: CWS systemboost (1.2.2); FILE MERGED
2005/01/13 16:12:06 cmc 1.2.2.1: #i36983# optional build with system-boost
Diffstat (limited to 'boost')
-rw-r--r-- | boost/spirit/makefile.mk | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/boost/spirit/makefile.mk b/boost/spirit/makefile.mk index e6daffd4cfaa..15c585ab650c 100644 --- a/boost/spirit/makefile.mk +++ b/boost/spirit/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-11-26 20:49:06 $ +# last change: $Author: kz $ $Date: 2005-01-18 16:19:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,6 +69,12 @@ TARGET=ooo_spirit .INCLUDE : settings.mk +.IF "$(SYSTEM_BOOST)" == "YES" +all: + @echo "An already available installation of boost should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ELSE + # --- Files -------------------------------------------------------- TARFILE_NAME=spirit-1.6.1 @@ -98,3 +104,4 @@ $(MISC)$/$(TARGET)_remove_build.flag : $(PRJ)$/$(PATCH_FILE_NAME) $(REMOVE_PACKAGE_COMMAND) +$(TOUCH) $(MISC)$/$(TARGET)_remove_build.flag +.ENDIF |