]> git.sur5r.net Git - openldap/commitdiff
mkdep was ignoring CC_MKDEP!
authorKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jun 1999 06:38:37 +0000 (06:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 6 Jun 1999 06:38:37 +0000 (06:38 +0000)
build/mkdep

index 420657ccceb9b2f134fedf6079b78c052163d0c5..38f8500e44181c79797f4045802767979a4246e1 100755 (executable)
@@ -55,7 +55,7 @@ while :
 
                # -c allows you to select a compiler to use (default is cc)
                -c)
-                       test -z "$CC_MKDEP" && CC_MKDEP=$2
+                       CC_MKDEP=$2
                        shift; shift ;;
 
                # the -p flag produces "program: program.c" style dependencies