Uses ddestdir instead of destdir.
authorSteve Chamberlain <sac@cygnus>
Tue, 5 Nov 1991 21:17:49 +0000 (21:17 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 5 Nov 1991 21:17:49 +0000 (21:17 +0000)
gas/Makefile.in

index f1fc42bce483ffee800d918c3717ffe808f4a588..87d944d4b3ca51221b53cb09a7c4003007dbe51f 100644 (file)
@@ -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.
This page took 0.026647 seconds and 4 git commands to generate.