Uses ddestdir instead of destdir.

This commit is contained in:
Steve Chamberlain 1991-11-05 21:17:49 +00:00
parent b769a5ae2c
commit bca0480e5a

View file

@ -65,11 +65,11 @@ version=`awk '{print substr ($$4, 2, length ($$4) - 3); }' $(unsubdir)/../gcc/ve
srcdir = . srcdir = .
# Common prefix for installation directories. # Common prefix for installation directories.
# NOTE: This directory must exist when you start installation. # NOTE: This directory must exist when you start installation.
destdir = /usr/local ddestdir = /usr/local
# Directory in which to put the executable for the command `gcc' # Directory in which to put the executable for the command `gcc'
bindir = $(destdir)/bin bindir = $(ddestdir)/bin
# Directory in which to put the directories used by the compiler. # Directory in which to put the directories used by the compiler.
libdir = $(destdir)/H-$(host_alias)/T-$(target_alias)/lib libdir = $(ddestdir)/lib
# Directory in which the compiler finds executables, libraries, etc. # Directory in which the compiler finds executables, libraries, etc.
libsubdir = $(libdir)/gcc/$(target)/$(version) libsubdir = $(libdir)/gcc/$(target)/$(version)
# Number to put in man-page filename. # Number to put in man-page filename.