smb_build: enable implicit make rules
authorStefan Metzmacher <metze@samba.org>
Fri, 27 Jun 2008 13:31:35 +0000 (15:31 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 30 Jun 2008 07:25:28 +0000 (09:25 +0200)
metze

source/build/smb_build/input.pm

index 53a051a3c77c0c16e833774b5ddd0ffc913e3602..1696a364b28e5de41362f1594251068b4f810dd2 100644 (file)
@@ -175,6 +175,7 @@ sub add_implicit($$)
        $INPUT->{$n}->{LDFLAGS} = ["\$(".uc($n)."_LDFLAGS)"];
        $INPUT->{$n}->{CFLAGS} = ["\$(".uc($n)."_CFLAGS)"];
        $INPUT->{$n}->{CPPFLAGS} = ["\$(".uc($n)."_CPPFLAGS)"];
+       $INPUT->{$n}->{ENABLE} = "YES";
 }
 
 sub calc_unique_deps($$$$$$$$)