From 266065b4d478b2feca76ced95996b8ef49456e51 Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Mon, 22 Oct 2001 05:15:47 +0000 Subject: [PATCH] Correct ECHO definition --- harbour/makefile.vc | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 3d8c5a251b..ec32a54076 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -66,6 +66,7 @@ ECHO = echo. !endif !ifndef DEL +# You might need to set 'ECHO=echo.' - but don't set 'DEL=del.' !!! DEL = del !endif