diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-13 02:39:14 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-13 02:39:14 +0000 |
commit | 092df318fa140186f4e80b02248be4dfe949afce (patch) | |
tree | 7afa2e9ca94bc5fdfbeca08462308a3a1de9673c /ld/Makefile.in | |
parent | 68a2b608ed3c063522bb312ac6069c1d69b1aaac (diff) | |
download | gdb-092df318fa140186f4e80b02248be4dfe949afce.zip gdb-092df318fa140186f4e80b02248be4dfe949afce.tar.gz gdb-092df318fa140186f4e80b02248be4dfe949afce.tar.bz2 |
* Makefile.in: Take out the version number for install
* m88kbcs.sc: put in contructor blocks.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 004ea3d..7bc1011 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -25,9 +25,10 @@ srcdir = . ddestdir = /usr/local -version=`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion` +#version=/`$(unsubdir)/../gcc$(subdir)/gcc -dumpversion` +version= bindir = $(ddestdir)/bin -gcclibdir = $(ddestdir)/lib/gcc/$(target_alias)/$(version) +gcclibdir = $(ddestdir)/lib/gcc/$(target_alias)$(version) # Seach path to override the default search path for -lfoo libraries. # If LIB_PATH is empty, the ones in the script (if any) are left alone. @@ -395,6 +396,7 @@ objdump:objdump.c install: $(LD_PROG) $(INSTALL_PROGRAM) ld.new $(ddestdir)/bin/ld + $(INSTALL_PROGRAM) ld.new $(gcclibdir)/ld # Something like the following might make sense for install, but doesn't work # - it is too fragile, depending on a gcc binary int the right place. # Perhaps using gcc/version.c might work? |