]> git.sur5r.net Git - openldap/blobdiff - build/mkdep
Add whoami test
[openldap] / build / mkdep
index d2e316865ee29d9373d15f787c4baf30b201fb46..b9df7060f3981173cb97666cb403827b013ea4fb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh -
 # $OpenLDAP$
-## Copyright 1998-2000 The OpenLDAP Foundation
+## Copyright 1998-2002 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -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.)