From f91d788f176f95616193bd2cf73c981f4a28ba67 Mon Sep 17 00:00:00 2001 From: Maurilio Longo Date: Thu, 3 Aug 2000 11:10:21 +0000 Subject: [PATCH] 20000803-13:08 GMT+2 Maurilio Longo --- 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 5fd010d240..8324bcf3d0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000803-13:08 GMT+2 Maurilio Longo + * config/os2/global.cf + + first command of clean: tag requires a double backslash + 2000-08-03 01:55 UTC+0800 Ron Pinkas * include/hberrors.h * Removed #define HB_PP_ERR_INCLUDE_CYCLIC diff --git a/harbour/config/os2/global.cf b/harbour/config/os2/global.cf index e2ac759c44..4a3e852be3 100644 --- a/harbour/config/os2/global.cf +++ b/harbour/config/os2/global.cf @@ -30,7 +30,7 @@ dirbase:: -CMD.EXE /c IF NOT EXIST $(OS2_ARCH_DIR) $(MD) $(OS2_ARCH_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)