~random-stuff/mupen64plus/mupen64plus-rsp-z64

Viewing all changes in revision 63.

  • Committer: Sven Eckelmann
  • Date: 2013-12-19 11:53:22 UTC
  • Revision ID: git-v1:15bb3f816f98d0d812a6084926b75a467a81812e
Don't fail rebuild when header is removed

The *.d depends files for make just list the files used when building an
object file. Removing a file listed in such a dependency file causes make to
search for a way to recreate it. This usually cannot work because these files
aren't autogenerated.

The gcc option -MP can be used to generate empty rule for these files. Removing
a file in a dependency list will then execute this empty rule and continue with
the execution of the creation of the object file. This compilation process will
then automatically correct the dependency file.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: