diff options
author | Steve Chamberlain <sac@cygnus> | 1991-11-08 02:16:19 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-11-08 02:16:19 +0000 |
commit | 887b336397b19a93794295dd193245c9b4d7248c (patch) | |
tree | 527a926b8d554a0ae425a8d525e91608578d7361 /ld/Makefile.in | |
parent | 1bf068b8a02f4e0f05f21cd7a305f6bc1d473767 (diff) | |
download | gdb-887b336397b19a93794295dd193245c9b4d7248c.zip gdb-887b336397b19a93794295dd193245c9b4d7248c.tar.gz gdb-887b336397b19a93794295dd193245c9b4d7248c.tar.bz2 |
Install ld into ddestdir/bin.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 3691996..30efab8 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? |