View Single Post
  #4   (View Single Post)  
Old 14th March 2009
drl's Avatar
drl drl is offline
Port Guard
 
Join Date: May 2008
Posts: 19
Default

Hi.

I created a small Makefile using ".include" and it worked with:
Code:
OS, ker|rel, machine: FreeBSD, 7.0-RELEASE, i386
make - ( /usr/bin/make Feb 24 2008 )
When I transferred that Makefile to a Linux box, named it BSDmakefile and ran GNU make, I got:
Code:
BSDmakefile:4: *** missing separator.  Stop.
I conclude that the standard FreeBSD make is not being used ... cheers, drl
Reply With Quote