I built under the following conditions: --with-quotas --with-pam --with-pam_smbpass --with-utmp --without-winbind In this case, EXTRA_SBIN_PROGS in Makefile.in is undefined, meaning that: SBIN_PROGS = bin/smbd@EXEEXT@ bin/nmbd@EXEEXT@ bin/swat@EXEEXT@ \ @EXTRA_SBIN_PROGS@ becomes: SBIN_PROGS = bin/smbd bin/nmbd bin/swat \ ...generating "Don't know how to make BIN_PROGS1" errors because BIN_PROGS1 = is concatenated to the SBIN_PROGS line.
Fixed in CVS. Incidentally, which version of Make are you using? The copy of GNU make I have installed on my development system handles this situation fine.
I am running HP make revision 82.20.1.7 last patched on 5/25/1999. I do have GNU make available, but I typically stick to HP unless something requires me to do otherwise, because GNU is not installed everywhere. Thanks for the quick response!
Thanks for the info. We try and keep Samba compiling with vendor makes for the reason you describe.
originally reported against 3.0.0beta2. CLeaning out non-production release versions.
database cleanup