--- ./glow/Makefile.in.00 2007-08-25 13:08:31.000000000 +0200 +++ ./glow/Makefile.in 2007-08-25 13:11:16.000000000 +0200 @@ -21,10 +21,10 @@ all: glowlib glowlib: $(DOTOS) - $(LIBTOOL) --mode=link $(CCC) $(DOTLOS) -o libglow.la + $(LIBTOOL) --mode=link --tag=CC $(CCC) $(DOTLOS) -o libglow.la $(DOTOS): %.o : %.cc $(DOTHS) - $(LIBTOOL) --mode=compile $(CCC) -c $< -o $@ $(ALLFLAGS) + $(LIBTOOL) --mode=compile --tag=CC $(CCC) -c $< -o $@ $(ALLFLAGS) clean: rm -f *.o *.lo *.la *.a --- ./Makefile.in.00 2007-08-25 13:08:31.000000000 +0200 +++ ./Makefile.in 2007-08-25 13:12:05.000000000 +0200 @@ -23,7 +23,7 @@ $(MAKE) -C glow bbook: $(DOTOS) - $(LIBTOOL) --mode=link $(CCC) $(DOTOS) glow/libglow.la -o blackbook $(ALLFLAGS) $(ALLLIBS) + $(LIBTOOL) --mode=link --tag=CC $(CCC) $(DOTOS) glow/libglow.la -o blackbook $(ALLFLAGS) $(ALLLIBS) $(DOTOS): %.o : %.cc $(DOTHS) $(CCC) -c $< -o $@ $(ALLFLAGS)