Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Apr 6, 2019
1 parent 59d44cf commit 8784b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tools/lib/NQP/Macros.pm
Expand Up @@ -411,7 +411,7 @@ sub find_filepath {

# include(file1 file2)
# Include a file. Parameter is expanded first, then the result is used a the
# file name. File content is been expanded.
# file name. File content is expanded.
# Multiple filenames are split by spaces. If file path contains a space in it it
# must be quoted with \
sub _m_include {
Expand Down
2 changes: 0 additions & 2 deletions tools/templates/Makefile-common-macros.in
@@ -1,7 +1,5 @@
# Copyright (C) 2015 The Perl Foundation

.NOTPARALLEL:

PERL5 = @perl@
MKPATH = @mkpath@
CHMOD = @chmod@
Expand Down

0 comments on commit 8784b21

Please sign in to comment.