aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-10-10 08:17:32 +0000
committerK. Richard Pixley <rich@cygnus>1991-10-10 08:17:32 +0000
commitc2fa4ebcdd5a0860f82e45e7a9b4498463b116a2 (patch)
treeb808470faf0643f52c06a005e6a4d8851ca05288 /gas/Makefile.in
parente59c58e3b1702b886365cfcb708737c45178c6d9 (diff)
downloadgdb-c2fa4ebcdd5a0860f82e45e7a9b4498463b116a2.zip
gdb-c2fa4ebcdd5a0860f82e45e7a9b4498463b116a2.tar.gz
gdb-c2fa4ebcdd5a0860f82e45e7a9b4498463b116a2.tar.bz2
new binary layout and cp/mv instead of INSTALL
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r--gas/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in
index 74c0490..24fed9f 100644
--- a/gas/Makefile.in
+++ b/gas/Makefile.in
@@ -66,17 +66,16 @@ srcdir = .
# Common prefix for installation directories.
# NOTE: This directory must exist when you start installation.
destdir = /usr/local
-prefix = $(destdir)
# Directory in which to put the executable for the command `gcc'
-bindir = $(prefix)/bin
+bindir = $(destdir)/H-$(host_alias)/T-$(target_alias)/bin
# Directory in which to put the directories used by the compiler.
-libdir = $(prefix)/lib
+libdir = $(destdir)/H-$(host_alias)/T-$(target_alias)/lib
# Directory in which the compiler finds executables, libraries, etc.
libsubdir = $(libdir)/gcc/$(target)/$(version)
# Number to put in man-page filename.
manext = 1
# Directory in which to put man pages.
-mandir = $(prefix)/man/man$(manext)
+mandir = $(destdir)/H-independent/man/man$(manext)
# Additional system libraries to link with.
CLIB=
@@ -451,7 +450,9 @@ realclean: cleanconfig
# Copy the files into directories where they will be run.
install: $(ALL)
- $(INSTALL_PROGRAM) $(ALL) $(libsubdir)/as
+# $(INSTALL_PROGRAM) $(ALL) $(libsubdir)/as
+ cp $(ALL) $(bindir)/as.new
+ mv -f $(bindir)/as.new $(bindir)/as
# Create the installation directory.
install-dir: