r15062: Theoretically, this should allow NetBSD make to handle VPATH-like lookups
authorAlexander Bokovoy <ab@samba.org>
Thu, 13 Apr 2006 04:04:10 +0000 (04:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:04:05 +0000 (14:04 -0500)
source/build/smb_build/makefile.pm

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