summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2006-04-13 04:04:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:05 -0500
commitf50e795bf84e4082ad1b7b49140556e1d5d9d7bd (patch)
treed7e005243b339e659628cbe57d5223a7abbdf41d /source4/build
parenta41ac85091fbec145d7bcb51bb0239d81b452313 (diff)
downloadsamba-f50e795bf84e4082ad1b7b49140556e1d5d9d7bd.tar.gz
samba-f50e795bf84e4082ad1b7b49140556e1d5d9d7bd.tar.bz2
samba-f50e795bf84e4082ad1b7b49140556e1d5d9d7bd.zip
r15062: Theoretically, this should allow NetBSD make to handle VPATH-like lookups
(This used to be commit dc1667b88e0ce1f9438dd4ee7a0d405f69d74edf)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 2 insertions, 0 deletions
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__
);
}