]> git.saurik.com Git - bison.git/blobdiff - src/local.mk
tests: skip C++ tests that are too demanding for some compilers
[bison.git] / src / local.mk
index a8c28394052b8a7534b5d17bb359138dd142cb46..bbed7b76e18b4ddd0acac471b0eabeb2d087f25c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -111,7 +111,9 @@ BUILT_SOURCES +=                                \
 ## yacc.  ##
 ## ------ ##
 
 ## yacc.  ##
 ## ------ ##
 
-bin_SCRIPTS = $(YACC_SCRIPT)
+if ENABLE_YACC
+bin_SCRIPTS = src/yacc
+endif
 EXTRA_SCRIPTS = src/yacc
 MOSTLYCLEANFILES += src/yacc
 
 EXTRA_SCRIPTS = src/yacc
 MOSTLYCLEANFILES += src/yacc