From 76d4c6e341a1ea0cf32cc16db7187e959c89f625 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Thu, 13 Apr 2006 04:10:09 +0000 Subject: r15063: Theoretically, this should allow NetBSD make to handle VPATH-like lookups (This used to be commit 8e5f1a0c0636ec1058fe65fafec487670e7ee448) --- 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 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__ ); } -- cgit