summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-29 11:32:13 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-29 11:32:13 +0000
commite2b01a5d262d505c8c96a574627a9304f04cdc00 (patch)
tree9d7e27670748805012cb2968fda409c0e2b32496 /src
parentda42f90f082c2aad28d86bd3e2d441375f83fe66 (diff)
add change for makedepend
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1963 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/ultrix.cf2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/ultrix.cf b/src/config/ultrix.cf
index 61c431976..23dfc5123 100644
--- a/src/config/ultrix.cf
+++ b/src/config/ultrix.cf
@@ -30,6 +30,8 @@
/* Saber bug doesn't allow deref through const *'s */
#define SaberDefines -DPOSIX -Dconst=
#define StandardDefines -YPOSIX -D_POSIX_SOURCE
+/* makedepend won't understand -YPOSIX also implies -DPOSIX... */
+#define MakeDependFlags -DPOSIX
#define DefaultCDebugFlags OptimizedCDebugFlags