From 98255c8aa0f91a5f10cd9ec194d8a0bede1804fa Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Fri, 24 Nov 2006 02:28:23 +0000 Subject: [PATCH] 2006-11-24 03:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/Makefile * commented out YACC_FLAGS = -p hb_comp this should not be committed, it will be used in the future. --- harbour/ChangeLog | 5 +++++ harbour/source/compiler/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 509b866c13..3dd9b7ae9c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + * harbour/make_gnu.sh + * harbour/make_rpm.sh + * harbour/make_tgz.shrser. + * indenting + 2006-11-24 03:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/compiler/Makefile * commented out YACC_FLAGS = -p hb_comp diff --git a/harbour/source/compiler/Makefile b/harbour/source/compiler/Makefile index 2b6d9b2a50..29b469bca1 100644 --- a/harbour/source/compiler/Makefile +++ b/harbour/source/compiler/Makefile @@ -10,7 +10,7 @@ YACC_SOURCE=harbour.sly else -YACC_FLAGS = -p hb_comp +#YACC_FLAGS = -p hb_comp YACC_SOURCE=harbour.y endif