diff options
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk index 78898d5b54..fae77d4953 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -134,14 +134,14 @@ idl: pidl/lib/Parse/Pidl/IDL.pm @CPP="$(CPP)" PERL="$(PERL)" script/build_idl.sh PARTIAL @PIDL_ARGS@ pidl/lib/Parse/Pidl/IDL.pm: pidl/idl.yp - -yapp -s -m 'Parse::Pidl::IDL' -o pidl/lib/Parse/Pidl/IDL.pm pidl/idl.yp + -$(YAPP) -s -m 'Parse::Pidl::IDL' -o pidl/lib/Parse/Pidl/IDL.pm pidl/idl.yp smb_interfaces: pidl/smb_interfaces.pm $(PERL) -Ipidl script/build_smb_interfaces.pl \ include/smb_interfaces.h pidl/smb_interfaces.pm: pidl/smb_interfaces.yp - -yapp -s -m 'smb_interfaces' -o pidl/smb_interfaces.pm pidl/smb_interfaces.yp + -$(YAPP) -s -m 'smb_interfaces' -o pidl/smb_interfaces.pm pidl/smb_interfaces.yp include/config.h: @echo "include/config.h not present" |