base64-elsewhere-20040311
authorDerrick Brashear <shadow@dementia.org>
Thu, 11 Mar 2004 07:24:23 +0000 (07:24 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 11 Mar 2004 07:24:23 +0000 (07:24 +0000)
base64 is in util, and has a different name.

src/libafs/Makefile.common.in
src/libafs/MakefileProto.IRIX.in

index 1ad1372..8be95e2 100644 (file)
@@ -171,7 +171,7 @@ AFSNONFSOBJS = \
 
 # Compilation rules
 # These files are to be optimized
-afs_base64.o: $(TOP_SRC_AFS)/afs_base64.c
+base64.o: $(TOP_SRCDIR)/util/base64.c
        $(CRULE_NOOPT)
 afs_atomlist.o: $(TOP_SRCDIR)/util/afs_atomlist.c
        $(CRULE_OPT)
index 92acedb..594a4dc 100644 (file)
@@ -11,7 +11,7 @@ include @TOP_OBJDIR@/src/config/Makefile.config
 
 # OS specific object files:
 AFS_OS_OBJS = \
-       afs_base64.o \
+       base64.o \
        osi_groups.o \
        osi_idbg.o \
        osi_file.o \