Add filename which dje forgot to include
[binutils-gdb.git] / configure.in
index 654892243e302167466c8c2c8be66b742238e354..8fc1791baf919f6bec1fe13739c2039fdb68e77d 100644 (file)
@@ -64,7 +64,7 @@ target_tools="groff"
 # directories to be built in the native environment only
 #
 native_only="autoconf cvs emacs fileutils find grep groff gzip hello indent
-             ispell m4 rcs recode sed shellutils tar textutils tk uudecode wdiff
+             ispell m4 rcs recode sed shellutils tar textutils tk uudecode wdiff 
             gprof"
 
 # directories to be built in a cross environment only
@@ -198,6 +198,9 @@ case "${target}" in
   mips-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
     ;;
+  sh-*-*)
+    configdirs=`echo gprof ${configdirs}`
+    ;;
   i[34]86-*-sco*)
     configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
     ;;