mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't rely on execute bit.
This commit is contained in:
parent
d742998bc1
commit
7d6349eb5f
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
BINDIR?= /usr/bin
|
||||
SHAREDIR?= /usr/share
|
||||
SHELL= /bin/sh
|
||||
|
||||
# Define `page' to be letter if your PostScript printer uses 8.5x11
|
||||
# paper (USA) and define it to be A4, if it uses A4 paper (rest of the
|
||||
|
|
@ -118,7 +119,7 @@ CFLAGS+=$(DEFINES)
|
|||
-e "s;@TMAC_MDIR@;$(tmacdir)/mm;g" \
|
||||
-e "s;@BROKEN_SPOOLER_FLAGS@;$(BROKEN_SPOOLER_FLAGS);g" \
|
||||
-e "s;@VERSION@;`cat ${.CURDIR}/../VERSION`;g" \
|
||||
-e "s;@MDATE@;`${.CURDIR}/../mdate.sh $<`;g" \
|
||||
-e "s;@MDATE@;`$(SHELL) ${.CURDIR}/../mdate.sh $<`;g" \
|
||||
-e "s;@g@;$(g);g" \
|
||||
-e "s;@G@;`echo $(g) | tr [a-z] [A-Z]`;g" \
|
||||
$< >$@
|
||||
|
|
|
|||
Loading…
Reference in a new issue