From: Steve Chamberlain Date: Fri, 8 Nov 1991 02:16:19 +0000 (+0000) Subject: Install ld into ddestdir/bin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=887b336397b19a93794295dd193245c9b4d7248c;p=binutils-gdb.git Install ld into ddestdir/bin. --- diff --git a/ld/Makefile.in b/ld/Makefile.in index 36919968efa..30efab8fc26 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -391,13 +391,11 @@ lintlog:$(SOURCES) Makefile tags TAGS:$(SOURCES) $(HEADERS) etags -t $? -release: - (cd /4/steve/ld; tar cf - $(LDSOURCES) $(HEADERS) $(MANSOURCES)) | tar xf - objdump:objdump.c install: $(LD_PROG) - $(INSTALL_PROGRAM) ld.new $(bindir)/ld + $(INSTALL_PROGRAM) ld.new $(ddestdir)/bin/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?