X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/055797d428ee796327bd81e0406bc765cac9ef7f..118ae0a780208ff68e533f57bc6f0f0f16c528a2:/vars.am diff --git a/vars.am b/vars.am index b3f81b7..21f03ce 100644 --- a/vars.am +++ b/vars.am @@ -94,8 +94,10 @@ V_SOD_h_0 = @echo " SOD[h] $@"; 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 $< +%.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.