Hi fwelland, thanks for bringing this to our attention. I filed bug 334808 on this issue. In the meantime, this simple Makefile works for me:
Code:
libXNVCtrl.a : libXNVCtrl.a(NVCtrl.o)
ranlib $@
NVCtrl.o : NVCtrl.h nv_control.h NVCtrlLib.h
.INTERMEDIATE: NVCtrl.o
clean ::
rm -f libXNVCtrl.a *.o
.PHONY: clean