]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
GNUmakefile: change a non-POSIX "echo -n" to printf.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 3 Jun 2020 13:33:51 +0000 (09:33 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 3 Jun 2020 13:33:51 +0000 (09:33 -0400)
GNUmakefile

index 1ce4ddc4b203e8500617dd725c587bdcb2be36c7..73d8988afbc296036c8f0ee83834914a59ce7737 100644 (file)
@@ -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