Skip to content

Commit

Permalink
Two minor cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PatZim committed Jun 1, 2019
1 parent c63c06e commit b481291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/templates/moar/Makefile.in
Expand Up @@ -14,9 +14,9 @@ MOAR_PREFIX = @nfp(@moar::prefix@)@
# MOAR and M_NQP are only used in command lines, ok to quote
MOAR = @nfpq(@moar::bindir@/moar@moar::exe@)@
M_NQP = @nfpq(@m_nqp@)@
M_LIBDIR = $(PERL6_HOME)@nfp(/lib)@
M_LIBDIR = @nfp($(PERL6_HOME)/lib)@
M_NQP_LIBDIR = @nqp::libdir@
M_INCPATH = $(MOAR_PREFIX)@nfp(/include)@
M_INCPATH = @nfp($(MOAR_PREFIX)/include)@
M_MOAR_INC_PATHS = \
$(M_CCINC)@nfpq($(M_INCPATH))@ \
$(M_CCINC)@nfpq($(M_INCPATH)/moar)@ \
Expand Down

0 comments on commit b481291

Please sign in to comment.