From 38f3f5dcba09fee9ba7ab9e128316a17b8acad73 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Sun, 18 Nov 2012 18:25:07 +0100 Subject: [PATCH] set AvoidNullMakeCommand on OpenBSD to avoid make warnings --- cde/config/cf/OpenBSD.cf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/config/cf/OpenBSD.cf b/cde/config/cf/OpenBSD.cf index ccde1f89..3b340f83 100644 --- a/cde/config/cf/OpenBSD.cf +++ b/cde/config/cf/OpenBSD.cf @@ -1030,5 +1030,7 @@ install:: fonts.alias @@\ #define SharedLibraryLoadFlags -shared /usr/lib/crtbeginS.o /usr/lib/crtendS.o +#define AvoidNullMakeCommand YES + /* This must come last */ #include -- 2.25.1