]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (install): Don't install in $(tooldir).
authorIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 18:38:50 +0000 (18:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 8 Sep 1995 18:38:50 +0000 (18:38 +0000)
gprof/ChangeLog
gprof/Makefile.in

index 427c0c98e8663400b76d47ba68c300d0b5ad91f1..9fab21f00bafd2c1d453cbb6858ebfac46d69c8b 100644 (file)
@@ -1,3 +1,7 @@
+Fri Sep  8 14:38:08 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (install): Don't install in $(tooldir).
+
 Fri Aug 25 15:30:05 1995  Ken Raeburn  <raeburn@cygnus.com>
 
        NS32K changes from Ian Dall:
index 0d8a7c504c33d6eb0a02f1fc28ae90427cd77a10..6b0be3c9a489b7d281de79bf9033cf02ed00bc5e 100644 (file)
@@ -95,11 +95,6 @@ install-info: gprof.info
 install: all
        $(INSTALL_XFORM) gprof $(bindir)/gprof
        $(INSTALL_XFORM1) $(srcdir)/gprof.1 $(man1dir)/gprof.1
-       -n=`t='$(program_transform_name)'; echo gprof | sed -e $$t`; \
-         rm -f $(tooldir)/bin/gprof; \
-         ln $(bindir)/$$n $(tooldir)/bin/gprof \
-          || $(INSTALL_PROGRAM) gprof $(tooldir)/bin/gprof; 
-
 
 gprof: $(OBJS) $(LIBS)
        $(CC) -o $(PROG) $(LDFLAGS) $(OBJS) $(LIBS)