mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-24 03:33:03 +00:00
(prefix, exec_prefix): Let configure set them.
This commit is contained in:
@@ -44,8 +44,8 @@ LIBS = @LIBS@
|
|||||||
# the GNU alloca.o here.
|
# the GNU alloca.o here.
|
||||||
ALLOCA = @ALLOCA@
|
ALLOCA = @ALLOCA@
|
||||||
|
|
||||||
prefix = /usr/local
|
prefix = @prefix@
|
||||||
exec_prefix = $(prefix)
|
exec_prefix = @prefix@
|
||||||
|
|
||||||
# where the installed binary goes
|
# where the installed binary goes
|
||||||
bindir = $(exec_prefix)/bin
|
bindir = $(exec_prefix)/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user