[rrd-developers] Makefile compatibility problem

Stanislav Sinyagin ssinyagin at yahoo.com
Tue Jun 22 15:57:11 MEST 2004


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



More information about the rrd-developers mailing list