]> andersk Git - moira.git/blobdiff - incremental/afs/Makefile.in
DESTDIR support.
[moira.git] / incremental / afs / Makefile.in
index 1e71723352377be31833babb463077c239ce31bd..802d676faa3ee3d6d42574637a0ade5a4ae4fece 100644 (file)
@@ -46,8 +46,8 @@ cleandir distclean: clean
 depend:
 
 install:
-       $(INSTALL_PROGRAM) afs.incr $(mrbindir)
-       @set -x; for p in afs_create.pl afs_nightly.pl afs_quota.pl afs_rename.pl afs_utils.pl; do $(INSTALL_PROGRAM) $$p $(mrbindir); done
+       $(INSTALL_PROGRAM) afs.incr $(DESTDIR)$(mrbindir)
+       @set -x; for p in afs_create.pl afs_nightly.pl afs_quota.pl afs_rename.pl afs_utils.pl; do $(INSTALL_PROGRAM) $$p $(DESTDIR)$(mrbindir); done
 
 afs.incr: $(AFS_OBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(AFS_OBJS) $(AFS_LIBS) -lprot -lauth \
This page took 0.03214 seconds and 4 git commands to generate.