diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-06 08:01:00 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-06 08:01:00 +0000 |
commit | 98945b219866d5ee06c075d46f7f14fc660b23f1 (patch) | |
tree | 441b7e12731dc74b5f9e4aad6503051f324ea3c1 /gas | |
parent | 62b400b2b053fa3557efa011c7e16acc1003b9b7 (diff) | |
download | gdb-98945b219866d5ee06c075d46f7f14fc660b23f1.zip gdb-98945b219866d5ee06c075d46f7f14fc660b23f1.tar.gz gdb-98945b219866d5ee06c075d46f7f14fc660b23f1.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gas')
-rw-r--r-- | gas/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index 87d944d..e076aa3 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -59,7 +59,7 @@ CCLIBFLAGS = -O # Version of ar to use when compiling gnulib. OLDAR = ar -version=`awk '{print substr ($$4, 2, length ($$4) - 3); }' $(unsubdir)/../gcc/version.c` +version=`$(srcdir)/../gcc$(subdir)/gcc -dumpversion` # Directory where sources are, from where we are. srcdir = . @@ -71,7 +71,7 @@ bindir = $(ddestdir)/bin # Directory in which to put the directories used by the compiler. libdir = $(ddestdir)/lib # Directory in which the compiler finds executables, libraries, etc. -libsubdir = $(libdir)/gcc/$(target)/$(version) +libsubdir = $(libdir)/gcc/$(target_alias)/$(version) # Number to put in man-page filename. manext = 1 # Directory in which to put man pages. @@ -449,9 +449,9 @@ realclean: cleanconfig # Copy the files into directories where they will be run. install: $(ALL) -# $(INSTALL_PROGRAM) $(ALL) $(libsubdir)/as - cp $(ALL) $(bindir)/as.new - mv -f $(bindir)/as.new $(bindir)/as + $(INSTALL_PROGRAM) $(ALL) $(libsubdir)/as +# cp $(ALL) $(bindir)/as.new +# mv -f $(bindir)/as.new $(bindir)/as # Create the installation directory. install-dir: |