Skip to content

Commit 3577603

Browse files
committed
build: remove wonky auto top-level convenience targets
These were meant to help build subdir targets from the top builddir, but cause infinite recursion when going the other way. If anyone actually uses these, we can add back specific targets.
1 parent 9111df9 commit 3577603

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ $(BITCOIN_WIN_INSTALLER): all-recursive
7676
echo error: could not build $@
7777
@echo built $@
7878

79-
$(if $(findstring src/,$(MAKECMDGOALS)),$(MAKECMDGOALS), none): FORCE
80-
$(MAKE) -C src $(patsubst src/%,%,$@)
81-
8279
$(OSX_APP)/Contents/PkgInfo:
8380
$(MKDIR_P) $(@D)
8481
@echo "APPL????" > $@

0 commit comments

Comments
 (0)