From: Nathan Neulinger Date: Fri, 19 Jan 2001 09:07:14 +0000 (+0000) Subject: STABLE10-ptser-Makefile-missing-slash-20001220 X-Git-Tag: openafs-stable-1_0_2~29 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=520e12bd39df3ba3ffbfea471b6cd5b4778ba58c;p=packages%2Fo%2Fopenafs.git STABLE10-ptser-Makefile-missing-slash-20001220 Add missing / after DESTDIR to make pt_util rule like others (cherry picked from commit 7a6fdfd5122a3e9720718d7c8f120699dc12b75f) --- diff --git a/src/ptserver/Makefile b/src/ptserver/Makefile index 6e841dbee..af05c4eab 100644 --- a/src/ptserver/Makefile +++ b/src/ptserver/Makefile @@ -161,7 +161,7 @@ ${DESTDIR}lib/afs/libprot.a: libprot.a ${INSTALL} $? $@ -install: all ukinstall ${DESTDIR}root.server/usr/afs/bin/ptserver ${DESTDIR}root.server/usr/afs/bin/pts ${DESTDIR}bin/pts ${DESTDIR}lib/afs/libprot.a ${DESTDIR}/root.server/usr/afs/bin/pt_util +install: all ukinstall ${DESTDIR}root.server/usr/afs/bin/ptserver ${DESTDIR}root.server/usr/afs/bin/pts ${DESTDIR}bin/pts ${DESTDIR}lib/afs/libprot.a ${DESTDIR}root.server/usr/afs/bin/pt_util ${INSTALL} libprot.a ${DESTDIR}lib/afs/libprot.a ${INSTALL} ptserver.h ptint.h pterror.h ptclient.h ${DESTDIR}include/afs ${INSTALL} ptserver.h ${DESTDIR}include/afs/prserver.h