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