X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=3456c4d9c2f396d439345805b109ff52d3f6db75;hp=e61d7f24320990a550c0c96ef2b94a872a34ceb1;hb=a6c1d186ec5bbd8d02dfd2f057cd147afdfe900f;hpb=6ee5658942c8662c360f0b1fd47dca460f761f48 diff --git a/GNUmakefile b/GNUmakefile index e61d7f2..3456c4d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -141,7 +141,7 @@ ifdef INDICES # dependency (see the bbl rule below) on the idx files to prevent us # from going into a rebuild loop when the idx files are regenerated. %.ind: $(SRCS) | %.idx - makeindex $< + makeindex $| endif # The pipe below indicates an "order-only dependency" on the aux file.