diff options
Diffstat (limited to 'helpcontent2/source/auxiliary')
-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 0b14f1b25..e6d24fcdf 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-10-28 11:59:32 $ +#* last change $Author: rt $ $Date: 2005-12-14 15:34:01 $ #* -#* $Revision: 1.7 $ +#* $Revision: 1.8 $ #* #* $Logfile:$ #* @@ -37,9 +37,9 @@ TREEFILES = \ 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/\.\///" ) +t_aux_langdirs:=$(shell +find ./ -name "*.cfg" | sed "s/\.\/\///" | sed "s/\.\///" ) .ELSE # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" -t_aux_langdirs:=$(subst,./, $(shell +$(FIND) ./ -type f -name "*.cfg")) +t_aux_langdirs:=$(subst,./, $(shell +$(FIND) ./ -name "*.cfg")) .ENDIF # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt" aux_langdirs:=$(uniq $(t_aux_langdirs:d:d)) |