From 54275d8ff828cf26dd3ccf7c4b499006eb9b12e7 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 15 Apr 2013 15:07:24 +0200 Subject: [PATCH] Use system echo in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fc0260..463b410 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ $(PDFDIR): mkdir -p $(PDFDIR) $(GITINFO): FORCE - echo "\\newcommand{\\revision}{$(REVISIONINFO)}" > $(GITINFO) + /bin/echo "\\newcommand{\\revision}{$(REVISIONINFO)}" > $(GITINFO) clean: rm -rf $(OUTDIR)