You will just get a bunch of these from makedepend:
Finding dependencies for av.o.
Label too long: : testcont
According to POSIX, it should, eight being the minimum supported length.
Shoulda woulda coulda. Label of length seven seems to be fine.
( $echo "#line 2 \"$file\""; \
$sed -n <$file \
-e "/^${filebase}_init(/q" \
- -e ': testcont' \
+ -e ': tstcont' \
-e '/^[ ]*#/s|[ ]*/\*..*\*/[ ]*| |' \
-e '/\\$/{' \
-e 'N' \
- -e 'b testcont' \
+ -e 'b tstcont' \
-e '}' \
-e 's/\\\n//g' \
-e '/^#line/d' \