]> andersk Git - moira.git/blobdiff - afssync/Makefile.in
Changes from dtanner.
[moira.git] / afssync / Makefile.in
index dcb5379ca8ba311520d3b5144af5a2fe4d513ff0..c747127ba993963d96138ac517be63fff1acf04a 100644 (file)
@@ -51,9 +51,12 @@ all: $(TARGET)
 clean:
        rm -f $(SYNC_OBJS) $(UTIL_OBJS) $(CFILES) $(TARGET)
 
+cleandir distclean: clean
+       rm -f Makefile
+
 depend: $(CFILES)
 
-install: all
+install:
        $(INSTALL_PROGRAM) afssync $(mrbindir)
        $(INSTALL_PROGRAM) pt_util $(mrbindir)
        $(INSTALL_PROGRAM) $(srcdir)/pt_util.pl $(mrbindir)
This page took 0.141947 seconds and 4 git commands to generate.