Hello Alexander!
I'm sorry for the delay, but I'm out of ideas.
Could you please try to remove the '@' in front of the compile and link lines,
like this:
%.o: %.c
@echo " CC $<"
=> $(CC) $(CFLAGS) -c -o $@ $<
# if the Makefile has changed, the output will (at least sometimes)
# change, too.
$(DEST): $(C_FILES:%.c=%.o)
@echo " Link $@"
=> $(CC) $(FSVS_LDFLAGS) $(LDLIBS) -o $@ $^
and send me the output?
Thank you!
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]