]> andersk Git - moira.git/blobdiff - clients/mitch/Makefile.in
DESTDIR support.
[moira.git] / clients / mitch / Makefile.in
index d82290d9cf3858f144b1dfd320231c6c3641f12f..6d83d1457781293f4c791f00856875af93ec41d8 100644 (file)
@@ -40,7 +40,7 @@ cleandir distclean: clean
 depend:
 
 install: all
-       $(INSTALL_PROGRAM) mitch $(bindir)
+       $(INSTALL_PROGRAM) mitch $(DESTDIR)$(bindir)
 
 $(TARGET): $(OBJS) ../lib/libmrclient.a $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
This page took 0.30857 seconds and 4 git commands to generate.