From 18a1d6862f8f8f52cbd4bd16756ab5ebb81503e7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 19 Jun 2005 23:05:43 +0000 Subject: r7766: Treat NOPROTO as boolean. Don't consider ALL_OBJS as a standard subsystem. (This used to be commit 6b9a12249f152e9c4635d4f6c7f3a1b885c78ec6) --- source4/build/smb_build/config_mk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/smb_build/config_mk.pm') diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 2df5df94f2..12d62437e3 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -12,7 +12,7 @@ use smb_build::input; use strict; my %attribute_types = ( - "NOPROTO" => "string", + "NOPROTO" => "bool", "REQUIRED_SUBSYSTEMS" => "list", "OUTPUT_TYPE" => "string", "INIT_OBJ_FILES" => "list", -- cgit