Use system echo in makefile
This commit is contained in:
parent
3fb46e24ba
commit
54275d8ff8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ $(PDFDIR):
|
||||||
mkdir -p $(PDFDIR)
|
mkdir -p $(PDFDIR)
|
||||||
|
|
||||||
$(GITINFO): FORCE
|
$(GITINFO): FORCE
|
||||||
echo "\\newcommand{\\revision}{$(REVISIONINFO)}" > $(GITINFO)
|
/bin/echo "\\newcommand{\\revision}{$(REVISIONINFO)}" > $(GITINFO)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OUTDIR)
|
rm -rf $(OUTDIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue