mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Use YACC rather than Bison.
This commit is contained in:
parent
575ffed720
commit
285a211e45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24877
@ -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)" \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user