summaryrefslogtreecommitdiff
path: root/bin/make_pretty.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/make_pretty.pl')
-rwxr-xr-xbin/make_pretty.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/make_pretty.pl b/bin/make_pretty.pl
index 75befd81d2d..647d799e989 100755
--- a/bin/make_pretty.pl
+++ b/bin/make_pretty.pl
@@ -172,14 +172,10 @@ sub is_error ()
return 1;
}
- # AIX linking errors from ld
- return 1 if (/^ld: \d+\-\d+/);
-
# Look for linking errors too
return 1 if (/undefined reference to/
|| /: cannot open/
- || /: multiple definition of/
- || /path name does not exist/);
+ || /: multiple definition of/);
# Look for possible errors
return 1 if ((/error/i && !/ error\(s\), / && !/error \(future\)/i)