]> andersk Git - moira.git/blobdiff - incremental/Makefile.in
DESTDIR support.
[moira.git] / incremental / Makefile.in
index 86e6e07ea503895efdf20637fabb3634b533308d..66f1ca4824607d7445b2f5ad6fd5070f27425965 100644 (file)
@@ -19,7 +19,7 @@ SRCTOP=@top_srcdir@
 BUILDTOP=..
 mrbindir=@mrbindir@
 
-SUBDIRS=@AFS_SUBDIRS@ @WINAD_SUBDIRS@ mailman
+SUBDIRS=@AFS_SUBDIRS@ @WINAD_SUBDIRS@
 
 KSRVTGT_OBJS=ksrvtgt.o
 
@@ -48,7 +48,7 @@ depend:
        @for d in $(SUBDIRS); do (echo "### Making $@ in incremental/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
 
 install:
-       $(INSTALL_PROGRAM) ksrvtgt $(mrbindir)
+       $(INSTALL_PROGRAM) ksrvtgt $(DESTDIR)$(mrbindir)
        @for d in $(SUBDIRS); do (echo "### Making $@ in incremental/$$d"; cd $$d; $(MAKE) $@) || exit 1; done
 
 ksrvtgt: $(KSRVTGT_OBJS)
This page took 0.687878 seconds and 4 git commands to generate.