Skip to content

Commit

Permalink
Port Makefile.in to Bourne shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncbowman committed May 9, 2016
1 parent 04b86da commit 563d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ latexdir = $(DESTDIR)@latexdir@
contextdir = $(DESTDIR)@contextdir@
INSTALL = @INSTALL@
REVISION = "const char *REVISION="
last = $(shell cat revision.cc | sed -e 's/.*\"\(.*\)\";/\\1/')
last = $(shell cat revision.cc | sed -e 's/.*\"\(.*\)\";/\1/')
usinggit = $(shell if test -d ".git"; then echo yes; fi)
ifeq ($(usinggit),yes)
revision = $(shell LC_ALL="C" git describe | sed -e 's/git//' \
Expand Down

0 comments on commit 563d53b

Please sign in to comment.