git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41ac85
)
r15062: Theoretically, this should allow NetBSD make to handle VPATH-like lookups
author
Alexander Bokovoy
<ab@samba.org>
Thu, 13 Apr 2006 04:04:10 +0000
(
04:04
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 19:04:05 +0000
(14:04 -0500)
(This used to be commit
dc1667b88e0ce1f9438dd4ee7a0d405f69d74edf
)
source4/build/smb_build/makefile.pm
patch
|
blob
|
history
diff --git
a/source4/build/smb_build/makefile.pm
b/source4/build/smb_build/makefile.pm
index c6ab0d7220a0156ce477b67db2f65a654447688d..28e4b4eb92943d1b377342c5a1ce5d0aa49441b0 100644
(file)
--- 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__
);
}