diff options
Diffstat (limited to 'bin/g++dep')
-rwxr-xr-x | bin/g++dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g++dep b/bin/g++dep index 8596a74f9b4..2c4cefa7992 100755 --- a/bin/g++dep +++ b/bin/g++dep @@ -14,7 +14,7 @@ if [ $# = 0 ] ; then fi DO_ACE_MAKE_DEPEND=0 -MAKE=GNUMakefile +MAKE=GNUmakefile STOPNOW=0 while [ $STOPNOW -eq 0 ] do |