From 0e7290cdfb939fb8993891371d9fa24857b1582c Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 2 Mar 2000 20:17:57 +0000 Subject: [PATCH] See ChangeLog entry 2000-03-02 15:10 GMT-5 David G. Holm --- harbour/source/macro/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/harbour/source/macro/Makefile b/harbour/source/macro/Makefile index d339bd827f..618c7fcf51 100644 --- a/harbour/source/macro/Makefile +++ b/harbour/source/macro/Makefile @@ -9,9 +9,9 @@ YACC_FLAGS = -p hb_comp YACC_SOURCE=macro.y YACC_HEADERS=\ - macro.h \ + hbmacro.h \ hbsetup.h \ - pcode.h \ + hbpcode.h \ hbdefs.h \ #NOTE: You can pass additional parameters that control the speed/size @@ -31,7 +31,7 @@ LEX_HEADERS=\ hbsetup.h \ hberrors.h \ hbdefs.h \ - macro.h \ + hbmacro.h \ C_SOURCES=macro.c \