summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-10-11 08:30:16 +0000
committeradam <adam@pkgsrc.org>2018-10-11 08:30:16 +0000
commit72c729ab2d8e1fcd86851ceb7be50e17025ab8d1 (patch)
tree8f2719f801048ccf8459a00b37e9c5bbac84d1be
parent1d1bbaf02549f6816767eebe87e18934b46fd6d7 (diff)
downloadpkgsrc-72c729ab2d8e1fcd86851ceb7be50e17025ab8d1.tar.gz
Fix for platform/Haiku.mk:12: Makefile lines should not start with space characters.
-rw-r--r--mk/platform/Haiku.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Haiku.mk b/mk/platform/Haiku.mk
index ce53a876dfc..67023a28ba3 100644
--- a/mk/platform/Haiku.mk
+++ b/mk/platform/Haiku.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Haiku.mk,v 1.14 2016/03/10 16:58:19 jperkin Exp $
+# $NetBSD: Haiku.mk,v 1.15 2018/10/11 08:30:16 adam Exp $
#
# Variable definitions for the Haiku operating system.
@@ -9,7 +9,7 @@ PS?= /bin/ps
# and remove this comment.
SU?= /bin/su
TYPE?= type # Shell builtin
-
+
# Use symlink for wrapper in mk/wrapper/bsd.wrapper.mk,
# due to lack of hard link support.
WRAPPER_USE_SYMLINK= # defined