mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
Some translatros produce white space just before the ':' in dependencies.
Trim this.
This commit is contained in:
parent
778b665242
commit
ec170d179f
@ -144,7 +144,7 @@ cat << _EOF_ >> $TMP
|
||||
_EOF_
|
||||
|
||||
$MKDEP_CC $MKDEP_CFLAGS $files | \
|
||||
sed -e 's; \./; ;g' | \
|
||||
sed -e 's; \./; ;g' -e 's/ :/:/' | \
|
||||
$SED > $TMP.sed
|
||||
# do not pipe to awk. SGI awk wants a filename as argument.
|
||||
# (or '-', but I do not know if all other awks support that.)
|
||||
|
Loading…
Reference in New Issue
Block a user