(prefix, exec_prefix): Use @ substitutions.

This commit is contained in:
David MacKenzie 1994-05-25 01:22:04 +00:00
parent 5b9773c660
commit a0fe7f8287
2 changed files with 4 additions and 4 deletions

View File

@ -31,8 +31,8 @@ PROGS = autoconf autoheader autoreconf @PROGS@
# Path of the perl interpreter.
PERL = @PERL@
prefix = /usr/local
exec_prefix = $(prefix)
prefix = @prefix@
exec_prefix = @exec_prefix@
# Directory in which to install scripts.
bindir = $(exec_prefix)/bin

View File

@ -31,8 +31,8 @@ PROGS = autoconf autoheader autoreconf @PROGS@
# Path of the perl interpreter.
PERL = @PERL@
prefix = /usr/local
exec_prefix = $(prefix)
prefix = @prefix@
exec_prefix = @exec_prefix@
# Directory in which to install scripts.
bindir = $(exec_prefix)/bin