From 85c3bd9eda0bfdf67b214c986ed2d48b7a13fd69 Mon Sep 17 00:00:00 2001 From: Eddie Runia Date: Mon, 7 Jun 1999 19:40:10 +0000 Subject: [PATCH] see changelog --- harbour/ChangeLog | 4 ++++ harbour/makefile.b32 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6e45b64603..27743db423 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990607-20:30 CET Eddie Runia + * makefile.b32 + change little bug (hb.c) + Mon Jun 07 12:58:17 1999 Gonzalo A. Diethelm * source/hbpp/Makefile: diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index 4de6fe47e4..efa0c1c273 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -40,7 +40,7 @@ errorsys.obj : errorsys.c extend.h types.h extend.obj : extend.c extend.h types.h files.obj : files.c extend.h types.h hardcr.obj : hardcr.c extend.h types.h -hb_f.obj : hb.c extend.h types.h +hb_f.obj : hb_f.c extend.h types.h initsymb.obj : initsymb.c extend.h types.h itemapi.obj : itemapi.c extend.h types.h math.obj : math.c extend.h types.h