summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d9d6d10c8961..0ccfa6bf49a0 100755
--- a/postprocess/rebase/makefile.mk
+++ b/postprocess/rebase/makefile.mk
@@ -44,14 +44,14 @@ IMAGENAMES=$(SOLARBINDIR)$/*.dll $(SOLARBINDIR)$/so$/*.dll
ALLTAR : REBASE
REBASE .PHONY : $(BASEADDRESSES)
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI)$(CPU)"=="WNTI"
.IF "$(product)"=="full"
$(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"
-.ELSE # "$(GUI)"=="WNT"
- @echo Nothing to do, 'rebase' is windows only.
+.ELSE # "$(GUI)"=="WNTI"
+ @echo We do rebasing on 32-bit Windows only.
.ENDIF
$(BASEADDRESSES) : coffbase.txt