-D of same.
OSF 4.0 cpp was screwing up and keeping only the first definition on the
compile line.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9241
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Oct 25 16:43:52 1996 Ezra Peisach <epeisach@trane.rose.brandeis.edu>
+
+ * Makefile.in (init-test): Add -UUSE_KADM5_API_VERSION before the
+ -D of same.
+
Wed Oct 23 13:32:40 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* api.2/get-principal-v2.exp: Fix for test 100 where {} is not
$(CLNTLIBS)
client_init.o: $(SRCTOP)/lib/kadm5/clnt/client_init.c
- $(CC) $(CFLAGS) -DUSE_KADM5_API_VERSION=2 -DINIT_TEST -c -I$(SRCTOP)/lib/kadm5 $(SRCTOP)/lib/kadm5/clnt/client_init.c
+ $(CC) $(CFLAGS) -UUSE_KADM5_API_VERSION -DUSE_KADM5_API_VERSION=2 -DINIT_TEST -c -I$(SRCTOP)/lib/kadm5 $(SRCTOP)/lib/kadm5/clnt/client_init.c
destroy-test: destroy-test.o $(CLNTDEPLIBS)
$(LD) $(LDFLAGS) $(LDARGS) -o destroy-test destroy-test.o $(CLNTLIBS)