From 78ff060214cacc5146434b076d0bd0fcb1e069de Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 12 May 2010 16:34:40 +0000 Subject: [PATCH] 2010-05-12 18:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/postinst.prg - Deleted -trace option left there. --- harbour/ChangeLog | 4 ++++ harbour/config/postinst.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index eb2f05036a..4ffc559d45 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-05-12 18:34 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/postinst.prg + - Deleted -trace option left there. + 2010-05-12 16:58 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + contrib/gtalleg/gtalleg.hbi + contrib/hbblat/hbblat.hbi diff --git a/harbour/config/postinst.prg b/harbour/config/postinst.prg index c8423e176d..a06579357b 100644 --- a/harbour/config/postinst.prg +++ b/harbour/config/postinst.prg @@ -84,7 +84,7 @@ PROCEDURE Main() hb_processRun( GetEnv( "HB_HOST_BIN_DIR" ) + _PS_ + "hbmk2" +; " @" + "contrib\" + tmp[ F_NAME ] + "\" + tmp[ F_NAME ] + ".hbi " +; - "-o${HB_LIB_INSTALL}/ -trace" ) + "-o${HB_LIB_INSTALL}/" ) ENDIF NEXT ENDIF