X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=72f66a9049c2940cc08e7b6f68cb49c7912cd34f;hb=29a76173bada691ffec82335982c490963f965bc;hp=e4a3dd3f068f72bf2ff8655e5c8a482f87c68dc7;hpb=01dfe58862bc84934fcd88d3110670be1dcee4fa;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index e4a3dd3f..72f66a90 100644 --- a/Makefile.in +++ b/Makefile.in @@ -210,7 +210,10 @@ afh_objs := $(addprefix $(object_dir)/, @afh_objs@) all_objs := $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \ $(audiod_objs) $(audioc_objs) $(fade_objs) $(server_objs) \ $(write_objs) $(afh_objs) + +ifeq ($(findstring clean, $(MAKECMDGOALS)),) -include $(all_objs:.o=.d) +endif para_recv: $(recv_objs) @[ -z "$(Q)" ] || echo 'LD $@'