summaryrefslogtreecommitdiff
path: root/devel/bison/patches/patch-src_Makefile.in
blob: b774a22cd15d88ce5ab4e6d11a5e8bed1b1df5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-src_Makefile.in,v 1.1 2012/06/06 07:20:36 wiz Exp $

Do not install a yacc executable.

--- src/Makefile.in.orig	2012-06-06 07:16:43.000000000 +0000
+++ src/Makefile.in
@@ -1899,9 +1899,9 @@ uninstall-am: uninstall-binPROGRAMS unin
 
 
 yacc:
-	$(AM_V_GEN)echo '#! /bin/sh' >$@
-	$(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
-	$(AM_V_at)chmod a+x $@
+#	$(AM_V_GEN)echo '#! /bin/sh' >$@
+#	$(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@
+#	$(AM_V_at)chmod a+x $@
 
 # The following rule is not designed to be portable,
 # and relies on tools that not everyone has.