summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xACE/bin/g++dep6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/bin/g++dep b/ACE/bin/g++dep
index a4cd4873301..73767c627e9 100755
--- a/ACE/bin/g++dep
+++ b/ACE/bin/g++dep
@@ -1,7 +1,7 @@
#! /bin/sh
# $Id$
-# This utility is a lightly editted version of the freed Berkeley
+# This utility is a lightly edited version of the freed Berkeley
# script `mkdep'. The current script is intended to work for GNU G++.
# Here is the original BSD header:
@@ -33,7 +33,7 @@ case $1 in
-p) SED='s;\.o;;'
shift ;;
- # -A implies -r and fixes the .obj line, hate
+ # -A implies -r and fixes the .obj line, hate
-A) REL="ACE_ROOT TAO_ROOT "$REL
DO_ACE_MAKE_DEPEND=1
shift ;;
@@ -108,7 +108,7 @@ if [ $DO_ACE_MAKE_DEPEND -eq 1 ]; then
# foo.o:
# into
# .obj/foo.o .shobj/foo.o .obj/foo.so .shobj/foo.so:
- #
+ #
# will be foo.o foo.
LONG_TARGET="$""(sort "
for i in VDIR VSHDIR; do