Branch: Tag:

2001-02-01

2001-02-01 15:18:14 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added explicit dependency on post_modules/modlist{,_headers}.h for module.o.
module.o should recompile only as needed now.

Rev: src/Makefile.in:1.246

1:   # - # $Id: Makefile.in,v 1.245 2001/02/01 10:27:28 hubbe Exp $ + # $Id: Makefile.in,v 1.246 2001/02/01 15:18:14 grubba Exp $   #      # This line is needed on some machines.
186:    ( test -f remake && $(MAKE) $(MAKE_PARALLEL) $(MAKE_FLAGS) ) ) || exit $$?      post_modules/modlist_headers.h: -  touch post_modules/modlist_headers.h +  @test -f post_modules/modlist_headers.h || touch post_modules/modlist_headers.h      post_modules/modlist.h: -  touch post_modules/modlist.h +  @test -f post_modules/modlist.h || touch post_modules/modlist.h      post_modules/linker_options: -  touch post_modules/linker_options +  @test -f post_modules/linker_options || touch post_modules/linker_options      compiler-warnings : clean    @echo Summarizing compiler warnings.
850:   export_functions.c: import_functions.h    touch export_functions.c    + module.o: post_modules/modlist.h post_modules/modlist_headers.h +    @dependencies@