* Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
authorJason Wilkins <fenix@io.com>
Mon, 19 Nov 2001 20:55:13 +0000 (20:55 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Mon, 19 Nov 2001 20:55:13 +0000 (20:55 +0000)
From-SVN: r47181

gcc/ChangeLog
gcc/Makefile.in

index 6cae9dc73eef8d8e2484ac87f47f49dc1df3c42e..ddcdb3044ad784e81c454f98fdb3872043459a95 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-19  Jason Wilkins <fenix@io.com>
+
+       * Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
+
 Mon Nov 19 15:13:43 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * tree.def (VIEW_CONVERT_EXPR): New tree code.
index 65635b1022e72b4c40326efe09475ee903c14f09..a1034081ea182d82e5f2034dc04362544938e393 100644 (file)
@@ -2685,7 +2685,7 @@ install-common: native $(EXTRA_PARTS) lang.install-common
            rm -f $(bindir)/gcov$(exeext); \
            $(INSTALL_PROGRAM) gcov$(exeext) $(bindir)/$(GCOV_INSTALL_NAME)$(exeext); \
        fi
-       $(INSTALL_PROGRAM) gccbug $(bindir)/$(GCCBUG_INSTALL_NAME)
+       $(INSTALL_SCRIPT) gccbug $(bindir)/$(GCCBUG_INSTALL_NAME)
 
 # Install the driver program as $(target_alias)-gcc
 # and also as either gcc (if native) or $(gcc_tooldir)/bin/gcc.