Kaz> I just thought, if no --disable-shared, normal objects were
Kaz> made first when shared ones were made, and that it would work
Kaz> nice. Now I see non-GNU make may be confused and compile twice
Kaz> for each normal object eventually.
Kaz> OK, how about this one then? I hope it will not make each
Kaz> normal object twice.
Kaz> .c.o: @$(LIBTOOL) $(MCOMP) $(COMPILE) $< test -f $@ ||
Kaz> $(COMPILE) $<
Yes, this is much nicer. I'll put it in the next release.
Thanks!
--david
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com