1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Use YACC rather than Bison.

This commit is contained in:
David E. O'Brien 2000-01-21 18:08:16 +00:00
parent 575ffed720
commit 285a211e45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24877
2 changed files with 22 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- Makefile.in.orig Thu Nov 5 21:54:07 1998
+++ Makefile.in Sun Sep 26 07:45:19 1999
--- Makefile.in.orig Thu Nov 5 11:54:07 1998
+++ Makefile.in Fri Jan 21 10:04:50 2000
@@ -68,7 +68,7 @@
HOST_PREFIX_1 = loser-
@ -18,3 +18,12 @@
MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \
then echo $$r/texinfo/makeinfo/makeinfo ; \
@@ -313,7 +313,7 @@
"AR_FLAGS=$(AR_FLAGS)" \
"AR_FOR_TARGET=$(AR_FOR_TARGET)" \
"AS_FOR_TARGET=$(AS_FOR_TARGET)" \
- "BISON=$(BISON)" \
+ "BISON=$(YACC)" \
"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
"CFLAGS=$(CFLAGS)" \

View File

@ -1,5 +1,14 @@
--- gnats/Makefile.in.orig Sun Sep 26 07:43:30 1999
+++ gnats/Makefile.in Sun Sep 26 07:44:27 1999
--- gnats/Makefile.in.orig Tue Sep 21 16:18:39 1999
+++ gnats/Makefile.in Fri Jan 21 10:06:19 2000
@@ -465,7 +465,7 @@
getdate.c: getdate.y
@echo expect 10 shift/reduce conflicts
- $(BISON) $(srcdir)/getdate.y -o getdate.c
+ $(BISON) -o getdate.c $(srcdir)/getdate.y
config-send-pr:
@if [ ! -d ../send-pr ]; then \
@@ -496,7 +496,7 @@
echo "*** Warning: Must chown $(GNATS_USER) $(datadir)/gnats" ; \
fi