]> andersk Git - moira.git/blobdiff - dcm/Makefile.in
Trim whitespace from childname, so we can update a container that
[moira.git] / dcm / Makefile.in
index f26986711f435c9d8e5f253538fcceff8025f7a7..b85d220fe62758e92cea576377ac0d18737685fb 100644 (file)
@@ -18,7 +18,7 @@ SQL_LIBS=@SQL_LIBS@
 LIBS=@LIBS@
 MR_LIBDEP=@MR_LIBDEP@
 INSTALL=@INSTALL@
-INSTALL_PROGRAM=$(INSTALL_PROGRAM)
+INSTALL_PROGRAM=@INSTALL_PROGRAM@
 
 srcdir=@srcdir@
 VPATH=@srcdir@
@@ -48,9 +48,12 @@ all: $(TARGET)
 clean:
        rm -f $(DCM_OBJS) $(START_OBJS) $(CFILES) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend: $(CFILES)
 
-install: all
+install:
        $(INSTALL_PROGRAM) dcm $(mrbindir)
        $(INSTALL_PROGRAM) startdcm $(mrbindir)
 
This page took 0.032156 seconds and 4 git commands to generate.