Re: configure --disable-static?

David Mosberger-Tang (David.Mosberger@acm.org)
Sat, 9 May 1998 11:53:03 -0700

>>>>> On 08 May 1998 17:36:48 +0900, Kaz Sasayama <Kaz.Sasayama@hypercore.co.jp> said:

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