]> andersk Git - moira.git/blobdiff - dcm/Makefile.in
DESTDIR support.
[moira.git] / dcm / Makefile.in
index b85d220fe62758e92cea576377ac0d18737685fb..f794b4f37217fcf1428da7d736d21ec18b57f105 100644 (file)
@@ -54,8 +54,8 @@ cleandir distclean: clean
 depend: $(CFILES)
 
 install:
-       $(INSTALL_PROGRAM) dcm $(mrbindir)
-       $(INSTALL_PROGRAM) startdcm $(mrbindir)
+       $(INSTALL_PROGRAM) dcm $(DESTDIR)$(mrbindir)
+       $(INSTALL_PROGRAM) startdcm $(DESTDIR)$(mrbindir)
 
 dcm: $(DCM_OBJS) $(UPDATE_OBJS) $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) $(DCM_OBJS) $(UPDATE_OBJS) $(SQL_LIBS) $(LIBS)
This page took 0.037174 seconds and 4 git commands to generate.