From af1b64c92fe5d8164a654865930bf2fd85b03b28 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 7 Sep 2006 09:38:49 +0000 Subject: r18210: - reenable autodependencies - and add -MT $@ to the dependency generation to notice changes in depdendecies of header files you may need a 'make clean' or at least you need to remove heimdal_build/replace.hd metze (This used to be commit 5ecf98cc189039023ff0a97f43eba7fb2c2cdc46) --- source4/build/smb_build/summary.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/smb_build/summary.pm') diff --git a/source4/build/smb_build/summary.pm b/source4/build/smb_build/summary.pm index e63fa1ccc1..83b6ed0757 100644 --- a/source4/build/smb_build/summary.pm +++ b/source4/build/smb_build/summary.pm @@ -53,7 +53,7 @@ sub show($$) print "Developer mode: ".(enabled($config->{developer})?"yes":"no")."\n"; print "Automatic dependencies: ". (enabled($config->{automatic_dependencies}) - ? "yes" : "no (disabled till make doesn't spin)(install GNU make >= 3.81)") . + ? "yes" : "no (install GNU make >= 3.81)") . "\n"; print "Using shared libraries: " . -- cgit