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:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-developers
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to