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