diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-28 10:59:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-28 10:59:32 +0000 |
commit | 79ed0b00bafb0a3f575191df4e60c03a3773a064 (patch) | |
tree | 180eeff0ab1391145ff34c99ead477b3fbc53652 /helpcontent2/source/auxiliary/makefile.mk | |
parent | d082b6dee4359bfff35444bbfc386ff3362a60f1 (diff) |
INTEGRATION: CWS vq22 (1.6.16); FILE MERGED
2005/10/25 22:30:46 vq 1.6.16.1: #i56511# Fix W32-4nt build problem.
Diffstat (limited to 'helpcontent2/source/auxiliary/makefile.mk')
-rw-r--r-- | helpcontent2/source/auxiliary/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index 3935dc3ac8..0b14f1b256 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: hr $ $Date: 2005-09-28 12:02:06 $ +#* last change $Author: hr $ $Date: 2005-10-28 11:59:32 $ #* -#* $Revision: 1.6 $ +#* $Revision: 1.7 $ #* #* $Logfile:$ #* @@ -39,9 +39,9 @@ ALLTAR : aux_dirs $(COMMONMISC)$/treefiles.done .IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" t_aux_langdirs:=$(shell +find ./ -type f -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) .ELSE # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" -t_aux_langdirs:=$(subst,$(PWD)\, $(shell +-dir /bs *.cfg)) +t_aux_langdirs:=$(subst,./, $(shell +$(FIND) ./ -type f -name "*.cfg")) .ENDIF # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" - + aux_langdirs:=$(uniq $(t_aux_langdirs:d:d)) aux_alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL)))) |