* Makefile.in (init-test): Add -UUSE_KADM5_API_VERSION before the
authorEzra Peisach <epeisach@mit.edu>
Fri, 25 Oct 1996 21:00:00 +0000 (21:00 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 25 Oct 1996 21:00:00 +0000 (21:00 +0000)
-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

src/lib/kadm5/unit-test/ChangeLog
src/lib/kadm5/unit-test/Makefile.in

index 0fd309d6283026693f0d714beb42f9210dc7e44c..c1e65f655a2b2273072f54f4f498b3f84970f1e1 100644 (file)
@@ -1,3 +1,8 @@
+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
index 1b65576cab3ccf27323c8a5881c0847b75d09e53..dfa60ffeb5e1e0a7cc73f7792568e6dddd4b20df 100644 (file)
@@ -12,7 +12,7 @@ init-test: init-test.o client_init.o $(CLNTDEPLIPS)
                $(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)