mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +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.
|
||||
ALLOCA = @ALLOCA@
|
||||
|
||||
prefix = /usr/local
|
||||
exec_prefix = $(prefix)
|
||||
prefix = @prefix@
|
||||
exec_prefix = @prefix@
|
||||
|
||||
# where the installed binary goes
|
||||
bindir = $(exec_prefix)/bin
|
||||
|
||||
Reference in New Issue
Block a user