diff options
-rwxr-xr-x | cflags.SH | 2 | ||||
-rwxr-xr-x | x2p/cflags.SH | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ case $# in 0) set *.c; echo "The current C flags are:" ;; esac -set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g'` +set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g' -e "s/\\$obj_ext / /g"` for file do diff --git a/x2p/cflags.SH b/x2p/cflags.SH index 62bd11c9d9..a58d7d564d 100755 --- a/x2p/cflags.SH +++ b/x2p/cflags.SH @@ -57,7 +57,7 @@ case $# in 0) set *.c; echo "The current C flags are:" ;; esac -set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g'` +set `echo "$* " | sed -e 's/\.[oc] / /g' -e 's/\.obj / /g' -e "s/\\$obj_ext / /g"` for file do |