ENH: Simplify Fortran module proxy dependency implementation by removing unnecessary target.
This commit is contained in:
parent
e30e58d38b
commit
cd8a2bbab6
|
@ -424,9 +424,6 @@ cmDependsFortran
|
|||
|
||||
// since we require some things add them to our list of requirements
|
||||
makeDepends << obj << ".requires: " << proxy << std::endl;
|
||||
|
||||
// create an empty proxy in case no other source provides it
|
||||
makeDepends << proxy << ":" << std::endl;
|
||||
}
|
||||
|
||||
// The object file should depend on timestamped files for the
|
||||
|
|
Loading…
Reference in New Issue