Hi,

In Makefile.in I see this code around line 197:

#       @if test `make --version | head -n1 | cut -c1-3` = "GNU" ; then \
#          (cd src/win32; ${MAKE} clean) \
#       fi


It invokes make by name.  This causes problems on FreeBSD:

make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
         [-d flags] [-E variable] [-f makefile] [-I directory]
         [-j max_jobs] [-m directory] [-V variable]
         [variable=value] [target ...]
test: =: unexpected operator


I tried to fix this by using ($MAKE) or ${MAKE} but failed to get a 
working solution.  Hopefully someone can fix it for me.

Thanks

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to