On Tuesday 09 September 2008 10:49, Benjamin K. Stuhl wrote: > - $(CC) $(CFLAGS) $$(pkg-config --cflags fuse) buffer.c diskio.c > tux3fuse.c -lfuse -otux3fuse > + if pkg-config fuse; then $(CC) $(CFLAGS) $$(pkg-config --cflags fuse) > buffer.c diskio.c tux3fuse.c -lfuse -otux3fuse; else true; fi
Hi Benjamin, I would be better to do this by conditionally adding the fuse binaries to the binaries variable. Regards, Daniel _______________________________________________ Tux3 mailing list [email protected] http://tux3.org/cgi-bin/mailman/listinfo/tux3
