Install ld into ddestdir/bin.
authorSteve Chamberlain <sac@cygnus>
Fri, 8 Nov 1991 02:16:19 +0000 (02:16 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 8 Nov 1991 02:16:19 +0000 (02:16 +0000)
ld/Makefile.in

index 36919968efaef4ecc97d9fed988b3181f268eba4..30efab8fc264fa871141ccb768e3fdfff39bc50d 100644 (file)
@@ -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?
This page took 0.024446 seconds and 4 git commands to generate.