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