Add elc target to to makefile
[p5sagit/p5-mst-13.2.git] / os2 / diff.configure
index 7bdfa6f..62cf1d2 100644 (file)
  case "$libs" in
  '') ;;
  *)  for thislib in $libs; do
-@@ -10392,7 +10392,7 @@
-       echo " "
-       echo "Stripping down executable paths..." >&4
-       for file in $loclist $trylist; do
--              eval $file="\$file"
-+              if test X$file != Xln -o X$osname != Xos2; then eval $file="\$file"; fi
-       done
-       ;;
- esac