diff options
-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. |