summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-02-22 00:06:46 +0000
committerrillig <rillig@pkgsrc.org>2019-02-22 00:06:46 +0000
commitb91b9c23fc01793d11d38f87867e83d88e529ff8 (patch)
tree38969a0bf32a46464d2a3d6e3e345f62ef2baeaf /mk/compiler.mk
parent46587c344c288bae0dfbe4b6776ec177f5fdd2e3 (diff)
downloadpkgsrc-b91b9c23fc01793d11d38f87867e83d88e529ff8.tar.gz
mk/compiler.mk: replace empty lines with empty comments
This is necessary for "bmake help" to interpret the whole comment as a single block.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r--mk/compiler.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/compiler.mk b/mk/compiler.mk
index 19dc9cb26b6..b027954669b 100644
--- a/mk/compiler.mk
+++ b/mk/compiler.mk
@@ -1,4 +1,4 @@
-# $NetBSD: compiler.mk,v 1.90 2018/11/12 14:22:58 jperkin Exp $
+# $NetBSD: compiler.mk,v 1.91 2019/02/22 00:06:46 rillig Exp $
#
# This Makefile fragment implements handling for supported C/C++/Fortran
# compilers.
@@ -40,7 +40,6 @@
# The following variables may be set by a package:
#
# USE_LANGUAGES
-
# Declares the languages used in the source code of the package.
# This is used to determine the correct compilers to make
# visible to the build environment, installing them if
@@ -51,7 +50,7 @@
#
# The above is partly aspirational. As an example c++11 does
# not force a new enough version of gcc.
-
+#
# The following variables are defined, and available for testing in
# package Makefiles:
#