Fix typo which prevented some directories from being included in the
authorTheodore Tso <tytso@mit.edu>
Thu, 2 Jun 1994 16:22:36 +0000 (16:22 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 2 Jun 1994 16:22:36 +0000 (16:22 +0000)
include path.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3661 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Project.tmpl

index 39daf3dcb102da561102713e443a8399cd1c0c19..0023b58884570619d278a0d5d857d6ce9d44c7e5 100644 (file)
@@ -647,7 +647,7 @@ P_KRB4_COMPAT=-UKrb4Compat
       FILE_MANDIR = FileMandir
       KRB5_LIBDIR = Krb5Libdir
       KRB5_INCDIR = Krb5Incdir
-  KRB5_INCSUBDIRS = concat(Krb5Incdir,/krb5) \
-                    concat(Krb5Incdir,/krb5/asn.1) \
-                    concat(Krb5Incdir,/kerberosIV)
+  KRB5_INCSUBDIRS = Concat(Krb5Incdir,/krb5) \
+                    Concat(Krb5Incdir,/krb5/asn.1) \
+                    Concat(Krb5Incdir,/kerberosIV)
  KRB5_OTHERMKDIRS = Krb5Othermkdirs