From bca0480e5a277124520b240d55252edc800caf88 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Tue, 5 Nov 1991 21:17:49 +0000 Subject: [PATCH] Uses ddestdir instead of destdir. --- gas/Makefile.in | 6 +++--- 1 file 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. -- 2.7.4