diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c5e20b5213..3f41be47c7 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2000-03-02 15:10 GMT-5 David G. Holm + * compiler/Makefile + * macro/Makefile + ! Several include files were still using the old names + (i.e., they didn't have an "hb" prefix). + 20000302-20:44 GMT+1 Victor Szakats * contrib/rdd_ads/ads1.c ! All direct item accesses changed to Item API calls. diff --git a/harbour/source/compiler/Makefile b/harbour/source/compiler/Makefile index f3f07f9fdf..f74de9fe9b 100644 --- a/harbour/source/compiler/Makefile +++ b/harbour/source/compiler/Makefile @@ -7,9 +7,9 @@ ROOT = ../../ YACC_SOURCE=harbour.y YACC_HEADERS=\ - compiler.h \ + hbcomp.h \ hbsetup.h \ - pcode.h \ + hbpcode.h \ hbdefs.h \ hberrors.h \ hbpp.h