Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
build: remove wonky auto top-level convenience targets
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theuni authored and jonasschnelli committed May 31, 2017
1 parent 4bc99c3 commit 3d395d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ $(BITCOIN_WIN_INSTALLER): all-recursive
echo error: could not build $@
@echo built $@

$(if $(findstring src/,$(MAKECMDGOALS)),$(MAKECMDGOALS), none): FORCE
$(MAKE) -C src $(patsubst src/%,%,$@)

$(OSX_APP)/Contents/PkgInfo:
$(MKDIR_P) $(@D)
@echo "APPL????" > $@
Expand Down

0 comments on commit 3d395d6

Please sign in to comment.