Skip to content

fix: Remove duplicate src/supermodel/tsil/tsil.h from pkginclude_HEADERS - #42

Open
matthewfeickert wants to merge 1 commit into
BAllanach:masterfrom
matthewfeickert:fix/remove-redundant
Open

fix: Remove duplicate src/supermodel/tsil/tsil.h from pkginclude_HEADERS#42
matthewfeickert wants to merge 1 commit into
BAllanach:masterfrom
matthewfeickert:fix/remove-redundant

Conversation

@matthewfeickert

Copy link
Copy Markdown

Resolves #41

  • src/supermodel/tsil/tsil.h is listed both in src/supermodel/tsil.amk (the tsil header group) and again in src/supermodel/supermodel.amk, so it ends up twice in pkginclude_HEADERS. GNU coreutils install will not overwrite a file it just created in the same invocation, so make install fails with:
...
install: will not overwrite just-created '.../include/softsusy/tsil.h'

* src/supermodel/tsil/tsil.h is listed both in src/supermodel/tsil.amk (the tsil
header group) and again in src/supermodel/supermodel.amk, so it ends up twice in
pkginclude_HEADERS. GNU coreutils 'install' will not overwrite a file it just
created in the same invocation, so 'make install' fails with:

    install: will not overwrite just-created '.../include/softsusy/tsil.h'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

make install fails: duplicate tsil.h in pkginclude_HEADERS

1 participant