had to define away DBFLAGS for the PC
authorTheodore Tso <tytso@mit.edu>
Sat, 23 Sep 1995 01:37:02 +0000 (01:37 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 23 Sep 1995 01:37:02 +0000 (01:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6827 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/Makefile.in

index e60779c4121a4004fc88d22c03ac7f5c669e9287..6b551b89ad0d1c917fbef8026e1b264c2082ba05 100644 (file)
@@ -1,3 +1,7 @@
+Wed Sep 13 11:01:18 1995 Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: had to define away DBFLAGS for the PC.
+
 Mon Sep 11 17:46:18 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * genaddrs.c (krb5_auth_con_genaddrs): Replace function
index 81e46851b1672f0e7f887bd69fc535c94ef8731c..4bc9609e71254e6a13e2e2034c474f9b29061d94 100644 (file)
@@ -4,6 +4,7 @@ CFLAGS = $(CCOPTS) $(DEFS) $(DBFLAGS) -DAN_TO_LN_RULES
 ##DOSBUILDTOP = ..\..\..
 ##DOSLIBNAME=..\krb5.lib
 ##DOS!include $(BUILDTOP)\config\windows.in
+##DOSDBFLAGS=
 
 .c.o:
        $(CC) $(CFLAGS) -c $(srcdir)/$*.c