diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3bd70c4616..437d4dc15f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-11 18:11 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/win/dir.cf + * config/os2/dir.cf + * config/wce/dir.cf + * Casing synced. + ; Probably now these rules could be moved to a central + location. + 2009-07-11 18:08 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/dir.cf * config/win/global.cf diff --git a/harbour/config/os2/dir.cf b/harbour/config/os2/dir.cf index fed1cd24b9..dcc7be27f4 100644 --- a/harbour/config/os2/dir.cf +++ b/harbour/config/os2/dir.cf @@ -14,7 +14,7 @@ ifeq ($(SHLVL),) # non-bash DIR_MAKE = $(subst /,\,$(MK)) DIR_LIST = $(subst /,\,$(DIRS)) -DIR_RULE = $(COMSPEC) /C FOR %d IN ($(DIR_LIST)) DO $(DIR_MAKE) -C %d $@ +DIR_RULE = $(COMSPEC) /C for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@ else # bash diff --git a/harbour/config/wce/dir.cf b/harbour/config/wce/dir.cf index ffcc881643..dcc7be27f4 100644 --- a/harbour/config/wce/dir.cf +++ b/harbour/config/wce/dir.cf @@ -14,7 +14,7 @@ ifeq ($(SHLVL),) # non-bash DIR_MAKE = $(subst /,\,$(MK)) DIR_LIST = $(subst /,\,$(DIRS)) -DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@ +DIR_RULE = $(COMSPEC) /C for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@ else # bash diff --git a/harbour/config/win/dir.cf b/harbour/config/win/dir.cf index ffcc881643..dcc7be27f4 100644 --- a/harbour/config/win/dir.cf +++ b/harbour/config/win/dir.cf @@ -14,7 +14,7 @@ ifeq ($(SHLVL),) # non-bash DIR_MAKE = $(subst /,\,$(MK)) DIR_LIST = $(subst /,\,$(DIRS)) -DIR_RULE = $(COMSPEC) /c for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@ +DIR_RULE = $(COMSPEC) /C for %d in ($(DIR_LIST)) do $(DIR_MAKE) -C %d $@ else # bash