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