Skip to content
Snippets Groups Projects
Unverified Commit c7baacf4 authored by teor's avatar teor
Browse files

Makefile: Fix more targets for out-of-tree builds

Support callgraph and rectify-includes in out-of-tree builds.

Part of 32522.
parent 5ec4fb75
No related branches found
No related tags found
No related merge requests found
......@@ -478,7 +478,7 @@ update-versions:
.PHONY: callgraph
callgraph:
$(top_builddir)/scripts/maint/run_calltool.sh
cd $(top_builddir); $(abs_top_srcdir)/scripts/maint/run_calltool.sh
version:
@echo "Tor @VERSION@"
......@@ -497,7 +497,7 @@ autostyle-operators:
.PHONY: rectify-includes
rectify-includes:
$(PYTHON) $(top_srcdir)/scripts/maint/rectify_include_paths.py
cd $(top_srcdir); $(PYTHON) $(abs_top_srcdir)/scripts/maint/rectify_include_paths.py
.PHONY: update-copyright
update-copyright:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment