diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 12:42:55 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-17 12:42:55 +0000 |
commit | d47a29e1e87f1582d14c4009396ff159b072fbdc (patch) | |
tree | 925cd14201f00c3cf1e44e99bb7f3ed02b37136c /desktop | |
parent | 035277fb741b6450c2b40c6ca4b1694126b87ed7 (diff) |
INTEGRATION: CWS ause095 (1.13.76); FILE MERGED
2008/07/14 13:54:18 hjs 1.13.76.1: #i81251# - fixing typo
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/splash/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/splash/makefile.mk b/desktop/source/splash/makefile.mk index 6481be468d0f..d83c3ce06182 100644 --- a/desktop/source/splash/makefile.mk +++ b/desktop/source/splash/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # # This file is part of OpenOffice.org. # @@ -83,7 +83,7 @@ $(SLO)$/splash.obj : $(INCCOM)$/introbmpnames.hxx .INCLUDE .IGNORE : $(MISC)$/intro_bmp_names.mk -.IF "$(INTO_BITMAPS:f)"!="$(LASTTIME_INTRO_BITMAPS)" +.IF "$(INTRO_BITMAPS:f)"!="$(LASTTIME_INTRO_BITMAPS)" DO_PHONY=.PHONY .ENDIF # "$(INTRO_BITMAPS:f)"!="$(LASTTIME_INTRO_BITMAPS)" |