X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=73d8988afbc296036c8f0ee83834914a59ce7737;hp=1ce4ddc4b203e8500617dd725c587bdcb2be36c7;hb=c1981933d25b47513c298ffc2ebc2304d9ab237f;hpb=26f80f0b525b70b3f33eb8d4a5a6c94da7a20c9d diff --git a/GNUmakefile b/GNUmakefile index 1ce4ddc..73d8988 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -154,7 +154,7 @@ $(PN).bbl: $(SRCS) | $(PN).aux ifdef BIBS bibtex $(PN).aux else - echo -n '' > $@ + printf '' > $@ endif # If the output PDF exists but the log file does not, then an attempt