mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 13:53:03 +00:00
* src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
This commit is contained in:
@@ -29,7 +29,7 @@ INCLUDES = -I$(top_builddir) \
|
||||
LDADD = ../lib/libbison.a $(LIBINTL)
|
||||
|
||||
bin_PROGRAMS = bison
|
||||
bin_SCRIPTS = @YACC_SCRIPT@
|
||||
bin_SCRIPTS = $(YACC_SCRIPT)
|
||||
EXTRA_SCRIPTS = yacc
|
||||
|
||||
bison_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user