]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
- remove bos_util and install it
authorLove Hörnquist-Åstrand <lha@e.kth.se>
Sun, 20 Jan 2002 09:07:31 +0000 (09:07 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 20 Jan 2002 09:07:31 +0000 (09:07 +0000)
- ignore it

(cherry picked from commit a1aba97dbb9609ed52b90b780f1525e5cc1b7e6a)

src/bozo/.cvsignore
src/bozo/Makefile.in

index bf4029e85c48ed61fe23f960aa8a0bac5237b21c..73aff8d62cefe61ca1632f562de9ab72a73b22d1 100644 (file)
@@ -2,6 +2,7 @@ AFS_component_version_number.c
 Makefile
 bnode.h
 bos
+bos_util
 boserr.c
 bosint.cs.c
 bosint.h
index 67e2920d3806667d7ade8e1eda5ac572cc21687e..b6c00e4cdd2bd46a388294aca46005286755f153 100644 (file)
@@ -141,8 +141,9 @@ ${DEST}/include/afs/bnode.h: bnode.h
 # Misc. targets
 #
 clean:
-       $(RM) -f  *.a *.o bos bosserver testproc bosint.cs.c bosint.ss.c bosint.xdr.c \
-               bosint.h core boserr.c bnode.h AFS_component_version_number.c
+       $(RM) -f  *.a *.o bos bosserver testproc bos_util \
+               bosint.cs.c bosint.ss.c bosint.xdr.c bosint.h \
+               core boserr.c bnode.h AFS_component_version_number.c 
 
 test: 
        cd test; $(MAKE) 
@@ -163,7 +164,7 @@ ${DESTDIR}${bindir}/bos: bos
 ${DESTDIR}${afssrvbindir}/bos: bos
        ${INSTALL} $? $@
 
-${DESTDIR}${afssrvbindir}/bos_util: bos_util
+${DESTDIR}${afssrvsbindir}/bos_util: bos_util
        ${INSTALL} $? $@
 
 ${DESTDIR}${libdir}/afs/libbos.a: libbos.a