]> andersk Git - moira.git/blobdiff - incremental/Makefile.in
DESTDIR support.
[moira.git] / incremental / Makefile.in
index 208e5a69067fb0a47d39df48e4c1c7f877ff343c..66f1ca4824607d7445b2f5ad6fd5070f27425965 100644 (file)
@@ -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.074836 seconds and 4 git commands to generate.