X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b0e21f8370fb60321f178572e2b90dfc4e2eb5b6..e05aabbb81cddec46b3d9da802f632c3b20c67d1:/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.