X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=build%2Fmkdep;h=b9df7060f3981173cb97666cb403827b013ea4fb;hb=0ae19ca0a9839c9959a8eaabae87d78e4d2d85c6;hp=55ef1e4c5091e53339993ea1c07437f462268b62;hpb=40fa9d36ce344cb67bb3e693eecc01f9d9832cf5;p=openldap diff --git a/build/mkdep b/build/mkdep index 55ef1e4c50..b9df7060f3 100755 --- a/build/mkdep +++ b/build/mkdep @@ -1,6 +1,6 @@ #! /bin/sh - # $OpenLDAP$ -## Copyright 1998,1999 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.)