diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-05 21:17:49 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-05 21:17:49 +0000 |
commit | bca0480e5a277124520b240d55252edc800caf88 (patch) | |
tree | ef07efd03f9541e4441c6eb95a8bb4c33eeb5eb2 /gas | |
parent | b769a5ae2cfa9aecaab566602c9723d09de7c1b4 (diff) | |
download | gdb-bca0480e5a277124520b240d55252edc800caf88.zip gdb-bca0480e5a277124520b240d55252edc800caf88.tar.gz gdb-bca0480e5a277124520b240d55252edc800caf88.tar.bz2 |
Uses ddestdir instead of destdir.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index f1fc42b..87d944d 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -65,11 +65,11 @@ version=`awk '{print substr ($$4, 2, length ($$4) - 3); }' $(unsubdir)/../gcc/ve srcdir = . # Common prefix for installation directories. # 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' -bindir = $(destdir)/bin +bindir = $(ddestdir)/bin # 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. libsubdir = $(libdir)/gcc/$(target)/$(version) # Number to put in man-page filename. |