src/class-make-{proto,impl}.lisp: Don't always add initializers to classes.
[sod] / vars.am
diff --git a/vars.am b/vars.am
index b3f81b7..af6c14e 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -92,10 +92,12 @@ V_SOD_h_0            = @echo "  SOD[h]   $@";
 
 ## Build rules.
 SUFFIXES               += .c .h .sod
-.sod.c:; $(V_SOD_c)$(SOD) -tc $<
-.sod.h:; $(V_SOD_h)$(SOD) -th $<
-%.c: %.sod $(SOD); $(V_SOD_c)$(SOD) -tc $<
-%.h: %.sod $(SOD); $(V_SOD_h)$(SOD) -th $<
+.sod.c:; $(V_SOD_c)$(SOD) -M -tc $<
+.sod.h:; $(V_SOD_h)$(SOD) -M -th $<
+%.c: %.sod $(SOD); $(V_SOD_c)$(SOD) -M -tc $<
+%.h: %.sod $(SOD); $(V_SOD_h)$(SOD) -M -th $<
+
+DISTCLEANFILES         += *.c-dep *.h-dep
 
 ###--------------------------------------------------------------------------
 ### Silent rules for Lisp.