diff options
-rw-r--r-- | source4/build/smb_build/makefile.pm | 1 | ||||
-rw-r--r-- | source4/ntvfs/config.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 4eaff9e742..13b62553bf 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -158,7 +158,6 @@ sub _prepare_mk_files($) my $self = shift; my @tmp = (); - foreach (@smb_build::config_mk::parsed_files) { s/ .*$//g; push (@tmp, $_); diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 8f8e47a7e6..eb675c38e3 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -80,7 +80,7 @@ OBJ_FILES = \ common/opendb.o \ common/notify.o \ common/sidmap.o -REQUIRED_SUBSYSTEMS = NDR_OPENDB +REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY # # End SUBSYSTEM NTVFS ################################################ |