freebsd-ports/devel/glrparser/files/patch-Makefile.in
Ying-Chieh Liao 1e4745f754 add glrparser 1.4
A parser works with the GLR(0) algorithm
2003-11-10 02:41:24 +00:00

11 lines
304 B
Text

--- Makefile.in.orig Mon Nov 10 10:32:34 2003
+++ Makefile.in Mon Nov 10 10:32:41 2003
@@ -70,7 +70,7 @@
SED = @SED@
VERSION = @VERSION@
-SUBDIRS = glr samples doc
+SUBDIRS = glr samples
EXTRA_DIST = demos
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs