]> andersk Git - moira.git/blobdiff - clients/chfn/Makefile.in
DESTDIR support.
[moira.git] / clients / chfn / Makefile.in
index 5df5656f73b5175349982acfb2b277d865c2dab5..6bd811ead0d3037e4c7b2f83adbf3bc83fe16a50 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.055609 seconds and 4 git commands to generate.