--- lib/krb/Makefile.in 2004-05-10 10:34:23.417620023 +0000 +++ lib/krb/Makefile.in 2004-05-10 10:34:38.720867551 +0000 @@ -444,6 +444,9 @@ distclean-compile: -rm -f *.tab.c +$(am_libkrb_la_OBJECTS): %.lo: %.c + $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + .c.o: $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< --- lib/roken/Makefile.in 2004-05-10 11:26:19.101133205 +0000 +++ lib/roken/Makefile.in 2004-05-10 11:27:01.150777015 +0000 @@ -572,6 +572,9 @@ distclean-compile: -rm -f *.tab.c +$(am_libroken_la_OBJECTS): %.lo: %.c + $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< + .c.o: $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<