summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-17 12:42:09 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-17 12:42:09 +0000
commit9b25a2389ca1cb2dbc255c98a0428ceb37d6a4f5 (patch)
tree12c01905ba7f6f1082992f589a6ae469128bf26b /boost
parent8e678c55700cc7464462c5aa324914b8909e6c26 (diff)
INTEGRATION: CWS ause095 (1.8.6); FILE MERGED
2008/06/25 09:53:05 hjs 1.8.6.1: #i90789# - referencing patch with relative path from current directory
Diffstat (limited to 'boost')
-rw-r--r--boost/spirit/makefile.mk15
1 files changed, 2 insertions, 13 deletions
diff --git a/boost/spirit/makefile.mk b/boost/spirit/makefile.mk
index aa3483acafcf..6c2a27eba9d7 100644
--- a/boost/spirit/makefile.mk
+++ b/boost/spirit/makefile.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
# This file is part of OpenOffice.org.
#
@@ -62,7 +62,7 @@ all:
.ELSE
TARFILE_NAME=spirit-1.6.1
-PATCH_FILE_NAME=$(TARFILE_NAME).patch
+PATCH_FILE_NAME=$(PRJ)$/$(TARFILE_NAME).patch
CONFIGURE_DIR=
CONFIGURE_ACTION=
@@ -73,20 +73,9 @@ BUILD_FLAGS=
# --- Targets ------------------------------------------------------
-all: \
- $(MISC)$/$(TARGET)_remove_build.flag \
- ALLTAR
-
.INCLUDE : set_ext.mk
.INCLUDE : target.mk
.INCLUDE : tg_ext.mk
-# Since you never know what will be in a patch (for example, it may already
-# patch at configure level), we remove the entire package directory if a patch
-# is newer.
-$(MISC)$/$(TARGET)_remove_build.flag : $(PRJ)$/$(PATCH_FILE_NAME)
- $(REMOVE_PACKAGE_COMMAND)
- $(TOUCH) $(MISC)$/$(TARGET)_remove_build.flag
-
.ENDIF
.ENDIF