r15063: Theoretically, this should allow NetBSD make to handle VPATH-like lookups
authorAlexander Bokovoy <ab@samba.org>
Thu, 13 Apr 2006 04:10:09 +0000 (04:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:05 +0000 (14:04 -0500)
(This used to be commit 8e5f1a0c0636ec1058fe65fafec487670e7ee448)

source4/build/smb_build/makefile.pm

index 28e4b4eb92943d1b377342c5a1ce5d0aa49441b0..b6108b0ab9370b46b6d8671c85b1eea5228b6888 100644 (file)
@@ -158,6 +158,8 @@ DEFAULT_TEST_TARGET=$self->{config}->{DEFAULT_TEST_TARGET}
 
 # For BSD make
 .PATH: \$(VPATH)
+       \@echo
+
 __EOD__
 );
 }