From aa79008d4b8741cab917a75d4a7e1f8d6a25e897 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Dec 2007 17:34:07 -0600 Subject: r26602: Revert my previous commit as it only works with GNU make. (This used to be commit ecd2d96c3173e4d2f77a1ca50f26a16ac7a313b1) --- source4/build/smb_build/config_mk.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/build/smb_build/config_mk.pm') diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 61e436942d..7ad6600a8c 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -215,7 +215,6 @@ sub run_config_mk($$$$) # corresponding input files. The curlies are so you can match the # BEGIN/END pairs in a text editor. $makefile .= "# BEGIN{ $parsing_file\n"; - $makefile .= "dir = $basedir\n"; foreach (@lines) { $linenum++; -- cgit