Change to use $^O and &Cwd:cwd
[p5sagit/p5-mst-13.2.git] / cflags.SH
index bb0f216..9dc5c90 100755 (executable)
--- a/cflags.SH
+++ b/cflags.SH
@@ -64,7 +64,7 @@ case $# in
 0) set *.c; echo "The current C flags are:" ;;
 esac
 
-set `echo "$* " | sed 's/\.[oc] / /g'`
+set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g'`
 
 for file do