summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2006-04-13 04:10:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:05 -0500
commit76d4c6e341a1ea0cf32cc16db7187e959c89f625 (patch)
treeade35c93a22666700446c62b31b3f99de61c5c6d /source4/build/smb_build
parentf50e795bf84e4082ad1b7b49140556e1d5d9d7bd (diff)
downloadsamba-76d4c6e341a1ea0cf32cc16db7187e959c89f625.tar.gz
samba-76d4c6e341a1ea0cf32cc16db7187e959c89f625.tar.bz2
samba-76d4c6e341a1ea0cf32cc16db7187e959c89f625.zip
r15063: Theoretically, this should allow NetBSD make to handle VPATH-like lookups
(This used to be commit 8e5f1a0c0636ec1058fe65fafec487670e7ee448)
Diffstat (limited to 'source4/build/smb_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 28e4b4eb92..b6108b0ab9 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -158,6 +158,8 @@ DEFAULT_TEST_TARGET=$self->{config}->{DEFAULT_TEST_TARGET}
# For BSD make
.PATH: \$(VPATH)
+ \@echo
+
__EOD__
);
}