]> andersk Git - moira.git/blobdiff - dcm/Makefile.in
Build the webmoira dir if we've generated a Makefile in it.
[moira.git] / dcm / Makefile.in
index 27ece2744554be6125c73a57a274964bbca353d4..b85d220fe62758e92cea576377ac0d18737685fb 100644 (file)
@@ -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.029814 seconds and 4 git commands to generate.