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

Outdated Makefile.in #1754

Closed
mquevill opened this issue Jun 22, 2018 · 1 comment
Closed

Outdated Makefile.in #1754

mquevill opened this issue Jun 22, 2018 · 1 comment

Comments

@mquevill
Copy link

The file located at contrib/utils/Makefile.in is out of date. It includes a nonexistent $(LIBMESH_DIR)/Make.common and uses the make_dependencies.pl script that was removed in #1318 (commit 9dcd46b).

Excerpt from contrib/utils/Makefile.in:

.depend: $(srcfiles) $(LIBMESH_DIR)/include/libmesh/*.h
    @$(perl) $(LIBMESH_DIR)/contrib/bin/make_dependencies.pl
@jwpeterson
Copy link
Member

Thanks for reporting this. In my $(LIBMESH_DIR) I do have a Make.common file, it is symbolically linked to a file in $LIBMESH_DIR/etc/libmesh. $LIBMESH_DIR here refers to the installation dir, not the source tree.

The .depend target is definitely out of date and there is some other weird stuff (the gmv target refers to $(LIBMESH_DIR)/roy, for example) that could definitely be cleaned up.

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

2 participants