Bug 4671 - Makefile: Syntax error
Summary: Makefile: Syntax error
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.25a
Hardware: SGI IRIX
: P3 major
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-30 09:40 UTC by Jim Brown
Modified: 2007-05-30 09:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Brown 2007-05-30 09:40:39 UTC
The Makefile generated for 3.0.25a (and also 3.0.25) is defective at
line 'BIN_PROG = ...'.  This line ends with a line continuation ('\')
but the next line is blank because @SMBMOUNT_PROGS@ is undefined.

Moving @SMBMOUNT_PROGS@ before @EXTRA_BIN_PROGS@ in Makefile.in
resolves this problem.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2007-05-30 09:52:15 UTC
Thanks.  Fixed.