Rework the install targets for udebug to avoid warnings in the case
where afssrvbindir = bindir
Remove commented out compile line for udebug
Reviewed-on: http://gerrit.openafs.org/2851
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit
e6c9cf2466e849753db99b48b0da26665ef0a0e3)
Change-Id: Iab023770f7d28f2e8b205ae5572d12e2c14dd742
Reviewed-on: http://gerrit.openafs.org/2927
Tested-by: Derrick Brashear <shadow@dementia.org>
udebug.o: ${srcdir}/udebug.c
${CCRULE}
-# ${CC} ${CFLAGS} -I. -I${TOP_INCDIR} -I${TOP_INCDIR}/afs -c ${srcdir}/udebug.c
-
uerrors.o: uerrors.c
${CCRULE}
#
test: all
-install: \
- ${DESTDIR}${libdir}/libubik_pthread.a \
- ${DESTDIR}${bindir}/udebug \
- ${DESTDIR}${afssrvbindir}/udebug
+install: ${DESTDIR}${libdir}/libubik_pthread.a udebug
+ ${INSTALL} udebug ${DESTDIR}${bindir}/udebug
+ ${INSTALL} udebug ${DESTDIR}${afssrvbindir}/udebug
${DEST}/bin/udebug ${DEST}/root.server/usr/afs/bin/udebug: udebug
${INSTALL} $? $@
${TOP_INCDIR}/ubik_int.h: ubik_int.h
${INSTALL} $? $@
-${DESTDIR}${bindir}/udebug: udebug
- ${INSTALL} $? $@
-
-${DESTDIR}${afssrvbindir}/udebug: udebug
- ${INSTALL} $? $@
-
dest: \
${DEST}/lib/libubik_pthread.a \
${DEST}/bin/udebug \