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.
This commit is contained in:
Przemyslaw Czerpak
2006-11-24 02:28:23 +00:00
parent 9cd2098d6d
commit 98255c8aa0
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* 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

View File

@@ -10,7 +10,7 @@ YACC_SOURCE=harbour.sly
else
YACC_FLAGS = -p hb_comp
#YACC_FLAGS = -p hb_comp
YACC_SOURCE=harbour.y
endif