X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/blobdiff_plain/3aea29e218d22c6c102b4576f12968aea6bf13aa..6d44932aa5c1786d1feb36ff0cb2b3402177b40d:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index 966d846..9ca06e4 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -78,7 +78,8 @@ define(`run_latex', `latex "\def\indexing{n} \nonstopmode \input $<" $(DVI): gpl.tex $(OBJ) mdwtools.tex -$(OBJ): $(SRC) mdwtools.ins +$(wordlist 2,$(words $(OBJ)),$(OBJ)): $(firstword $(OBJ)) +$(firstword $(OBJ)): $(SRC) mdwtools.ins tex mdwtools.ins EXTRA_DIST = $(SRC) $(AUX) $(DVI) $(OBJ) $(PS) mdwtools.ins Makefile.m4