summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 13:17:59 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 13:17:59 +0000
commitc66da8ffbce8a147cde3b689a21ee798cbf9a922 (patch)
tree768193a9cf130ae6476f95a54b398aa1a46708d2 /postprocess
parent17191ce19bc8fa94d3f18c8ab6055978929d4974 (diff)
INTEGRATION: CWS ause069 (1.8.4); FILE MERGED
2006/11/24 14:50:55 hjs 1.8.4.1: #i70359# remove forced shell calls
Diffstat (limited to 'postprocess')
-rwxr-xr-xpostprocess/rebase/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/postprocess/rebase/makefile.mk b/postprocess/rebase/makefile.mk
index 847580c37150..e8fe808c26fb 100755
--- a/postprocess/rebase/makefile.mk
+++ b/postprocess/rebase/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:44:11 $
+# last change: $Author: obo $ $Date: 2007-01-25 14:17:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,7 @@ ALLTAR : $(BASEADDRESSES)
$(BASEADDRESSES) .PHONY :
.IF "$(GUI)"=="WNT"
.IF "$(product)"=="full"
- +$(PERL) rebase.pl -C $(BASEADDRESSES) -b $(STARTADDRESS) -d -e 10000 -l $(LOGFILE) -m $(MISC) -v -R $(SOLARBINDIR) -N $(EXCLUDELIST) $(IMAGENAMES)
+ $(PERL) rebase.pl -C $(BASEADDRESSES) -b $(STARTADDRESS) -d -e 10000 -l $(LOGFILE) -m $(MISC) -v -R $(SOLARBINDIR) -N $(EXCLUDELIST) $(IMAGENAMES)
.ELSE # "$(product)"=="full"
@echo Doing nothing on non product builds ...
.ENDIF # "$(product)"=="full"