[rrd-developers] Re: Makefile compatibility problem

Stanislav Sinyagin ssinyagin at yahoo.com
Tue Jun 22 16:20:03 MEST 2004


sorry, pressed the wrong button. FreeBSD make is not compatible with rrdtool makefiles 
in much more places. Just have to use gmake.

regards,
Stan

--- Stanislav Sinyagin <ssinyagin at yahoo.com> wrote:
> Hi, 
> 
> src/Makefile.am: lines 86-87:
> 
> rrdupdate.o: rrd_update.c
>         $(COMPILE) -DSTANDALONE -c -o $@ $^
> 
> The "$^" variable is GNU make-specific, and fails to compile under 
> FreeBSD 4.10. Please change it to $<, which is more compatible.
> 
> 
> 
> 
> 
> --
> Unsubscribe mailto:rrd-developers-request at list.ee.ethz.ch?subject=unsubscribe
> Help        mailto:rrd-developers-request at list.ee.ethz.ch?subject=help
> Archive     http://www.ee.ethz.ch/~slist/rrd-developers
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
> 
> 

--
Unsubscribe mailto:rrd-developers-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-developers-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-developers
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-developers mailing list