Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make error: multiple target patterns. Stop #201

Open
ProodjePindakaas opened this issue Apr 9, 2024 · 0 comments
Open

Make error: multiple target patterns. Stop #201

ProodjePindakaas opened this issue Apr 9, 2024 · 0 comments

Comments

@ProodjePindakaas
Copy link

When trying to build anything, the make procedure will result in the following error similar to #174:
makefile:153: *** multiple target patterns. Stop.

After looking at the respective line in the makefile I found that APP_LIBNNP (and the variables at line 154 and 155) is defined as the string

make[1]: Entering directory '[....]/n2p2/src/application' nnp-convert nnp-cutoff nnp-dist nnp-predict nnp-prune nnp-select nnp-symfunc make[1]: Leaving directroy '[...]/n2p2/src/application'

Running the makefile with supression of other makefile output as make -s results in normal behavior, however this should not be needed for a normal build procedure.

Additional info:
commit: 539576b
make version: GNU Make 4.4.1

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

No branches or pull requests

1 participant