]> andersk Git - moira.git/blobdiff - clients/chsh/Makefile.in
DESTDIR support.
[moira.git] / clients / chsh / Makefile.in
index 399904d11c4c73f92004ccfa36b0aed6b0aa6710..b94aacf80d74ae03cfc6bfcfce3fea68eb160911 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.029413 seconds and 4 git commands to generate.