From f50e795bf84e4082ad1b7b49140556e1d5d9d7bd Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 13 Apr 2006 04:04:10 +0000 Subject: r15062: Theoretically, this should allow NetBSD make to handle VPATH-like lookups (This used to be commit dc1667b88e0ce1f9438dd4ee7a0d405f69d74edf) --- source4/build/smb_build/makefile.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index c6ab0d7220..28e4b4eb92 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -156,6 +156,8 @@ GCOV=$self->{config}->{GCOV} DEFAULT_TEST_TARGET=$self->{config}->{DEFAULT_TEST_TARGET} +# For BSD make +.PATH: \$(VPATH) __EOD__ ); } -- cgit