]> andersk Git - moira.git/blobdiff - incremental/afs/Makefile.in
DESTDIR support.
[moira.git] / incremental / afs / Makefile.in
index e78a9cd201d33b9ffdb1b00500263da43be92180..802d676faa3ee3d6d42574637a0ade5a4ae4fece 100644 (file)
@@ -11,7 +11,6 @@ DEFS=@DEFS@
 ALL_CFLAGS=$(CPPFLAGS) $(AFS_CPPFLAGS) $(CFLAGS) $(DEFS)
 LDFLAGS=@LDFLAGS@
 AFS_LIBS=@AFS_LIBS@
-AFS_EXTRA_LIBS=@AFS_EXTRA_LIBS@
 AFS_DIR=@AFS_DIR@
 LIBS=@LIBS@
 MR_LIBDEP=@MR_LIBDEP@
@@ -47,10 +46,10 @@ 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 \
        -lrxkad -ldes -lrx -llwp -lubik -lsys -laudit \
-       $(AFS_DIR)/lib/afs/util.a $(AFS_EXTRA_LIBS) $(LIBS)
+       $(AFS_DIR)/lib/afs/util.a $(LIBS)
This page took 0.032131 seconds and 4 git commands to generate.