From dca3274389d7ba81a638afd3bcf1cdc83ef8f0f9 Mon Sep 17 00:00:00 2001 From: Ryszard Glab Date: Sat, 2 Feb 2008 22:39:58 +0000 Subject: [PATCH] 2008-02-02 23:40 UTC+0100 Ryszard Glab (harbour//rglab.pl) * config/os2/global.cf * restored double backslash in deletion command --- harbour/ChangeLog | 4 ++++ harbour/config/os2/global.cf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 832d4aad9c..0d2278ca49 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-02-02 23:40 UTC+0100 Ryszard Glab (harbour//rglab.pl) + * config/os2/global.cf + * restored double backslash in deletion command + 2008-02-02 15:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + contrib/examples/rdddbt - contrib/examples/dbfdbt diff --git a/harbour/config/os2/global.cf b/harbour/config/os2/global.cf index 891dcf9d4f..0b74b5b65b 100644 --- a/harbour/config/os2/global.cf +++ b/harbour/config/os2/global.cf @@ -48,7 +48,7 @@ dirbase:: -CMD.EXE /c IF NOT EXIST $(OS2_LIB_DIR) $(MD) $(OS2_LIB_DIR) clean:: - -CMD.EXE /c IF EXIST $(OS2_ARCH_DIR) $(RM) $(OS2_ARCH_DIR)\*.* + -CMD.EXE /c IF EXIST $(OS2_ARCH_DIR) $(RM) $(OS2_ARCH_DIR)\\*.* -CMD.EXE /c IF EXIST $(OS2_ARCH_DIR) $(RD) $(OS2_ARCH_DIR) -CMD.EXE /c IF EXIST $(HB_ARCHITECTURE) $(RD) $(HB_ARCHITECTURE) ifneq ($(LIBNAME),)